Html Css Color HEX #EA8490 Carissma

📋 copy color: '#EA8490'

red 234 ◦ green 132 ◦ blue 144

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

Shades of Carissma #EA8490

Tints of Carissma #EA8490

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

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

R = 45.88%
G = 25.88%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA8490 (or 0xEA8490) is known color: Carissma. HEX triplet: EA, 84 and 90. RGB value is (234,132,144). Sum of RGB (Red+Green+Blue) = 234+132+144=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8490 is #157B6F. Grayscale: #A3A3A3. Windows color (decimal): -1407856 or 9471210. OLE color: 9471210.

HSL color Cylindrical-coordinate representation of color #EA8490: hue angle of 352.94º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8490 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 144 -
CMYK 0 0.44 0.38 0.08
HSL 352.94º 0.71% 0.72% -
HSV(B) 352.94º 0.44% 0.92% -
XYZ 47.22 36.01 30.85 -
YUV 163.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 234 132 144 0 0.44 0.38 0.08 352.94 0.71 0.72
Hex EA 84 90 0 2C 26 8 161 47 48
Octal 352 204 220 0 54 46 10 541 107 110
Binary 11101010 10000100 10010000 0 101100 100110 1000 101100001 1000111 1001000

Color Harmonies of #EA8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8490

Black with #EA8490

Text Example


Text Example

White with #EA8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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