Html Css Color HEX #EF8490 Carissma

📋 copy color: '#EF8490'

red 239 ◦ green 132 ◦ blue 144

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

Shades of Carissma #EF8490

Tints of Carissma #EF8490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 46.41%
G = 25.63%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF8490 (or 0xEF8490) is known color: Carissma. HEX triplet: EF, 84 and 90. RGB value is (239,132,144). Sum of RGB (Red+Green+Blue) = 239+132+144=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8490 is #107B6F. Grayscale: #A5A5A5. Windows color (decimal): -1080176 or 9471215. OLE color: 9471215.

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

Color convert

RGB 239 132 144 -
CMYK 0 0.45 0.40 0.06
HSL 353.27º 0.77% 0.73% -
HSV(B) 353.27º 0.45% 0.94% -
XYZ 48.88 36.87 30.93 -
YUV 165.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 239 132 144 0 0.45 0.40 0.06 353.27 0.77 0.73
Hex EF 84 90 0 2D 28 6 161 4D 49
Octal 357 204 220 0 55 50 6 541 115 111
Binary 11101111 10000100 10010000 0 101101 101000 110 101100001 1001101 1001001

Color Harmonies of #EF8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8490

Black with #EF8490

Text Example


Text Example

White with #EF8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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