Html Css Color HEX #EA8389 Carissma

📋 copy color: '#EA8389'

red 234 ◦ green 131 ◦ blue 137

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

Shades of Carissma #EA8389

Tints of Carissma #EA8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

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

R = 46.61%
G = 26.1%
B = 27.29%

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

#EA8389 (or 0xEA8389) is known color: Carissma. HEX triplet: EA, 83 and 89. RGB value is (234,131,137). Sum of RGB (Red+Green+Blue) = 234+131+137=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8389 is #157C76. Grayscale: #A2A2A2. Windows color (decimal): -1408119 or 9012202. OLE color: 9012202.

HSL color Cylindrical-coordinate representation of color #EA8389: hue angle of 356.5º 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 #EA8389 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 137 -
CMYK 0 0.44 0.41 0.08
HSL 356.5º 0.71% 0.72% -
HSV(B) 356.5º 0.44% 0.92% -
XYZ 46.56 35.53 28.07 -
YUV 162.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 234 131 137 0 0.44 0.41 0.08 356.5 0.71 0.72
Hex EA 83 89 0 2C 29 8 165 47 48
Octal 352 203 211 0 54 51 10 545 107 110
Binary 11101010 10000011 10001001 0 101100 101001 1000 101100101 1000111 1001000

Color Harmonies of #EA8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8389

Black with #EA8389

Text Example


Text Example

White with #EA8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8389; }

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

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

background-color css

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

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

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

border-color css

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

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

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