Html Css Color HEX #EA819C Carissma

📋 copy color: '#EA819C'

red 234 ◦ green 129 ◦ blue 156

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

Shades of Carissma #EA819C

Tints of Carissma #EA819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 45.09%
G = 24.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA819C (or 0xEA819C) is known color: Carissma. HEX triplet: EA, 81 and 9C. RGB value is (234,129,156). Sum of RGB (Red+Green+Blue) = 234+129+156=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA819C is #157E63. Grayscale: #A3A3A3. Windows color (decimal): -1408612 or 10256874. OLE color: 10256874.

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

Color convert

RGB 234 129 156 -
CMYK 0 0.45 0.33 0.08
HSL 344.57º 0.71% 0.71% -
HSV(B) 344.57º 0.45% 0.92% -
XYZ 47.78 35.59 35.8 -
YUV 163.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 234 129 156 0 0.45 0.33 0.08 344.57 0.71 0.71
Hex EA 81 9C 0 2D 21 8 159 47 47
Octal 352 201 234 0 55 41 10 531 107 107
Binary 11101010 10000001 10011100 0 101101 100001 1000 101011001 1000111 1000111

Color Harmonies of #EA819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA819C

Black with #EA819C

Text Example


Text Example

White with #EA819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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