Html Css Color HEX #EF8499 Carissma

📋 copy color: '#EF8499'

red 239 ◦ green 132 ◦ blue 153

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

Shades of Carissma #EF8499

Tints of Carissma #EF8499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 45.61%
G = 25.19%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF8499 (or 0xEF8499) is known color: Carissma. HEX triplet: EF, 84 and 99. RGB value is (239,132,153). Sum of RGB (Red+Green+Blue) = 239+132+153=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8499 is #107B66. Grayscale: #A6A6A6. Windows color (decimal): -1080167 or 10061039. OLE color: 10061039.

HSL color Cylindrical-coordinate representation of color #EF8499: hue angle of 348.22º 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 #EF8499 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 153 -
CMYK 0 0.45 0.36 0.06
HSL 348.22º 0.77% 0.73% -
HSV(B) 348.22º 0.45% 0.94% -
XYZ 49.6 37.15 34.69 -
YUV 166.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 239 132 153 0 0.45 0.36 0.06 348.22 0.77 0.73
Hex EF 84 99 0 2D 24 6 15C 4D 49
Octal 357 204 231 0 55 44 6 534 115 111
Binary 11101111 10000100 10011001 0 101101 100100 110 101011100 1001101 1001001

Color Harmonies of #EF8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8499

Black with #EF8499

Text Example


Text Example

White with #EF8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8499; }

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

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

background-color css

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

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

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

border-color css

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

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

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