Html Css Color HEX #EA8287 Carissma

📋 copy color: '#EA8287'

red 234 ◦ green 130 ◦ blue 135

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

Shades of Carissma #EA8287

Tints of Carissma #EA8287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.05%

R = 46.89%
G = 26.05%
B = 27.05%

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

#EA8287 (or 0xEA8287) is known color: Carissma. HEX triplet: EA, 82 and 87. RGB value is (234,130,135). Sum of RGB (Red+Green+Blue) = 234+130+135=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8287 is #157D78. Grayscale: #A1A1A1. Windows color (decimal): -1408377 or 8880874. OLE color: 8880874.

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

Color convert

RGB 234 130 135 -
CMYK 0 0.44 0.42 0.08
HSL 357.12º 0.71% 0.71% -
HSV(B) 357.12º 0.44% 0.92% -
XYZ 46.29 35.21 27.28 -
YUV 161.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 234 130 135 0 0.44 0.42 0.08 357.12 0.71 0.71
Hex EA 82 87 0 2C 2A 8 165 47 47
Octal 352 202 207 0 54 52 10 545 107 107
Binary 11101010 10000010 10000111 0 101100 101010 1000 101100101 1000111 1000111

Color Harmonies of #EA8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8287

Black with #EA8287

Text Example


Text Example

White with #EA8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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