Html Css Color HEX #EF849E Carissma

📋 copy color: '#EF849E'

red 239 ◦ green 132 ◦ blue 158

#EF849E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EF849E

Tints of Carissma #EF849E

RGB

 RED value IS 239 (93.75% from 255) = 45.18%

 GREEN value IS 132 (51.95% from 255) = 24.95%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 45.18%
G = 24.95%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF849E (or 0xEF849E) is known color: Carissma. HEX triplet: EF, 84 and 9E. RGB value is (239,132,158). Sum of RGB (Red+Green+Blue) = 239+132+158=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF849E is #107B61. Grayscale: #A6A6A6. Windows color (decimal): -1080162 or 10388719. OLE color: 10388719.

HSL color Cylindrical-coordinate representation of color #EF849E: hue angle of 345.42º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF849E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 158 -
CMYK 0 0.45 0.34 0.06
HSL 345.42º 0.77% 0.73% -
HSV(B) 345.42º 0.45% 0.94% -
XYZ 50.02 37.32 36.92 -
YUV 166.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 239 132 158 0 0.45 0.34 0.06 345.42 0.77 0.73
Hex EF 84 9E 0 2D 22 6 159 4D 49
Octal 357 204 236 0 55 42 6 531 115 111
Binary 11101111 10000100 10011110 0 101101 100010 110 101011001 1001101 1001001

Color Harmonies of #EF849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF849E

Black with #EF849E

Text Example


Text Example

White with #EF849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF849E; }

 p { color: rgb(239,132,158); }

 H1.HeaderClassName
 {
   color: #EF849E;
 }
 .AnyTagClassName
 {
   color: #EF849E;
 }
</style>

background-color css

<style>
 a { background-color: #EF849E; }

 a { background-color: rgb(239,132,158); }

 div.DivClassName
 {
   background-color: #EF849E;
 }
 .BgClassName
 {
   background-color: #EF849E;
 }
</style>

border-color css

<style>
 span { border-color: #EF849E; }

 span { border-color: rgb(239,132,158); }

 td.TdClassName
 {
   border-color: #EF849E;
 }
 .TagClassName
 {
   border-color: #EF849E;
 }
</style>