Html Css Color HEX #EA8289 Carissma

📋 copy color: '#EA8289'

red 234 ◦ green 130 ◦ blue 137

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

Shades of Carissma #EA8289

Tints of Carissma #EA8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 46.71%
G = 25.95%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA8289 (or 0xEA8289) is known color: Carissma. HEX triplet: EA, 82 and 89. RGB value is (234,130,137). Sum of RGB (Red+Green+Blue) = 234+130+137=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8289 is #157D76. Grayscale: #A1A1A1. Windows color (decimal): -1408375 or 9011946. OLE color: 9011946.

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

Color convert

RGB 234 130 137 -
CMYK 0 0.44 0.41 0.08
HSL 355.96º 0.71% 0.71% -
HSV(B) 355.96º 0.44% 0.92% -
XYZ 46.43 35.26 28.03 -
YUV 161.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 234 130 137 0 0.44 0.41 0.08 355.96 0.71 0.71
Hex EA 82 89 0 2C 29 8 164 47 47
Octal 352 202 211 0 54 51 10 544 107 107
Binary 11101010 10000010 10001001 0 101100 101001 1000 101100100 1000111 1000111

Color Harmonies of #EA8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8289

Black with #EA8289

Text Example


Text Example

White with #EA8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8289; }

 p { color: rgb(234,130,137); }

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

background-color css

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

 a { background-color: rgb(234,130,137); }

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

border-color css

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

 span { border-color: rgb(234,130,137); }

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