Html Css Color HEX #EA8189 Carissma

📋 copy color: '#EA8189'

red 234 ◦ green 129 ◦ blue 137

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

Shades of Carissma #EA8189

Tints of Carissma #EA8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

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

R = 46.8%
G = 25.8%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA8189 (or 0xEA8189) is known color: Carissma. HEX triplet: EA, 81 and 89. RGB value is (234,129,137). Sum of RGB (Red+Green+Blue) = 234+129+137=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8189 is #157E76. Grayscale: #A1A1A1. Windows color (decimal): -1408631 or 9011690. OLE color: 9011690.

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

Color convert

RGB 234 129 137 -
CMYK 0 0.45 0.41 0.08
HSL 355.43º 0.71% 0.71% -
HSV(B) 355.43º 0.45% 0.92% -
XYZ 46.3 35 27.98 -
YUV 161.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 234 129 137 0 0.45 0.41 0.08 355.43 0.71 0.71
Hex EA 81 89 0 2D 29 8 163 47 47
Octal 352 201 211 0 55 51 10 543 107 107
Binary 11101010 10000001 10001001 0 101101 101001 1000 101100011 1000111 1000111

Color Harmonies of #EA8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8189

Black with #EA8189

Text Example


Text Example

White with #EA8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8189; }

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

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

background-color css

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

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

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

border-color css

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

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

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