Html Css Color HEX #EA219C Persian Rose

📋 copy color: '#EA219C'

red 234 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #EA219C

Tints of Persian Rose #EA219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

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

R = 55.32%
G = 7.8%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA219C (or 0xEA219C) is known color: Persian Rose. HEX triplet: EA, 21 and 9C. RGB value is (234,33,156). Sum of RGB (Red+Green+Blue) = 234+33+156=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA219C is #15DE63. Grayscale: #6A6A6A. Windows color (decimal): -1433188 or 10232298. OLE color: 10232298.

HSL color Cylindrical-coordinate representation of color #EA219C: hue angle of 323.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA219C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 156 -
CMYK 0 0.86 0.33 0.08
HSL 323.28º 0.83% 0.52% -
HSV(B) 323.28º 0.86% 0.92% -
XYZ 40.48 20.98 33.37 -
YUV 107.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 234 33 156 0 0.86 0.33 0.08 323.28 0.83 0.52
Hex EA 21 9C 0 56 21 8 143 53 34
Octal 352 41 234 0 126 41 10 503 123 64
Binary 11101010 100001 10011100 0 1010110 100001 1000 101000011 1010011 110100

Color Harmonies of #EA219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA219C

Black with #EA219C

Text Example


Text Example

White with #EA219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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