Html Css Color HEX #EA8185 Carissma

📋 copy color: '#EA8185'

red 234 ◦ green 129 ◦ blue 133

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

Shades of Carissma #EA8185

Tints of Carissma #EA8185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 47.18%
G = 26.01%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA8185 (or 0xEA8185) is known color: Carissma. HEX triplet: EA, 81 and 85. RGB value is (234,129,133). Sum of RGB (Red+Green+Blue) = 234+129+133=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8185 is #157E7A. Grayscale: #A0A0A0. Windows color (decimal): -1408635 or 8749546. OLE color: 8749546.

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

Color convert

RGB 234 129 133 -
CMYK 0 0.45 0.43 0.08
HSL 357.71º 0.71% 0.71% -
HSV(B) 357.71º 0.45% 0.92% -
XYZ 46.02 34.89 26.5 -
YUV 160.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 234 129 133 0 0.45 0.43 0.08 357.71 0.71 0.71
Hex EA 81 85 0 2D 2B 8 166 47 47
Octal 352 201 205 0 55 53 10 546 107 107
Binary 11101010 10000001 10000101 0 101101 101011 1000 101100110 1000111 1000111

Color Harmonies of #EA8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8185

Black with #EA8185

Text Example


Text Example

White with #EA8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8185; }

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

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

background-color css

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

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

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

border-color css

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

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

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