Html Css Color HEX #EA819F Carissma

📋 copy color: '#EA819F'

red 234 ◦ green 129 ◦ blue 159

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

Shades of Carissma #EA819F

Tints of Carissma #EA819F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 44.83%
G = 24.71%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA819F (or 0xEA819F) is known color: Carissma. HEX triplet: EA, 81 and 9F. RGB value is (234,129,159). Sum of RGB (Red+Green+Blue) = 234+129+159=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA819F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA819F is #157E60. Grayscale: #A3A3A3. Windows color (decimal): -1408609 or 10453482. OLE color: 10453482.

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

Color convert

RGB 234 129 159 -
CMYK 0 0.45 0.32 0.08
HSL 342.86º 0.71% 0.71% -
HSV(B) 342.86º 0.45% 0.92% -
XYZ 48.04 35.7 37.16 -
YUV 163.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 234 129 159 0 0.45 0.32 0.08 342.86 0.71 0.71
Hex EA 81 9F 0 2D 20 8 157 47 47
Octal 352 201 237 0 55 40 10 527 107 107
Binary 11101010 10000001 10011111 0 101101 100000 1000 101010111 1000111 1000111

Color Harmonies of #EA819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA819F

Black with #EA819F

Text Example


Text Example

White with #EA819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA819F; }

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

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

background-color css

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

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

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

border-color css

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

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

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