Html Css Color HEX #EA8199 Carissma

📋 copy color: '#EA8199'

red 234 ◦ green 129 ◦ blue 153

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

Shades of Carissma #EA8199

Tints of Carissma #EA8199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 45.35%
G = 25%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA8199 (or 0xEA8199) is known color: Carissma. HEX triplet: EA, 81 and 99. RGB value is (234,129,153). Sum of RGB (Red+Green+Blue) = 234+129+153=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8199 is #157E66. Grayscale: #A3A3A3. Windows color (decimal): -1408615 or 10060266. OLE color: 10060266.

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

Color convert

RGB 234 129 153 -
CMYK 0 0.45 0.35 0.08
HSL 346.29º 0.71% 0.71% -
HSV(B) 346.29º 0.45% 0.92% -
XYZ 47.53 35.49 34.48 -
YUV 163.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 234 129 153 0 0.45 0.35 0.08 346.29 0.71 0.71
Hex EA 81 99 0 2D 23 8 15A 47 47
Octal 352 201 231 0 55 43 10 532 107 107
Binary 11101010 10000001 10011001 0 101101 100011 1000 101011010 1000111 1000111

Color Harmonies of #EA8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8199

Black with #EA8199

Text Example


Text Example

White with #EA8199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8199; }

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

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

background-color css

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

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

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

border-color css

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

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

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