Html Css Color HEX #EA8288 Carissma

📋 copy color: '#EA8288'

red 234 ◦ green 130 ◦ blue 136

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

Shades of Carissma #EA8288

Tints of Carissma #EA8288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 46.8%
G = 26%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA8288 (or 0xEA8288) is known color: Carissma. HEX triplet: EA, 82 and 88. RGB value is (234,130,136). Sum of RGB (Red+Green+Blue) = 234+130+136=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8288 is #157D77. Grayscale: #A1A1A1. Windows color (decimal): -1408376 or 8946410. OLE color: 8946410.

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

Color convert

RGB 234 130 136 -
CMYK 0 0.44 0.42 0.08
HSL 356.54º 0.71% 0.71% -
HSV(B) 356.54º 0.44% 0.92% -
XYZ 46.36 35.24 27.65 -
YUV 161.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 234 130 136 0 0.44 0.42 0.08 356.54 0.71 0.71
Hex EA 82 88 0 2C 2A 8 165 47 47
Octal 352 202 210 0 54 52 10 545 107 107
Binary 11101010 10000010 10001000 0 101100 101010 1000 101100101 1000111 1000111

Color Harmonies of #EA8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8288

Black with #EA8288

Text Example


Text Example

White with #EA8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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