Html Css Color HEX #EA219D Persian Rose

📋 copy color: '#EA219D'

red 234 ◦ green 33 ◦ blue 157

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

Shades of Persian Rose #EA219D

Tints of Persian Rose #EA219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 55.19%
G = 7.78%
B = 37.03%

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

#EA219D (or 0xEA219D) is known color: Persian Rose. HEX triplet: EA, 21 and 9D. RGB value is (234,33,157). Sum of RGB (Red+Green+Blue) = 234+33+157=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA219D is #15DE62. Grayscale: #6A6A6A. Windows color (decimal): -1433187 or 10297834. OLE color: 10297834.

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

Color convert

RGB 234 33 157 -
CMYK 0 0.86 0.33 0.08
HSL 322.99º 0.83% 0.52% -
HSV(B) 322.99º 0.86% 0.92% -
XYZ 40.56 21.01 33.82 -
YUV 107.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 234 33 157 0 0.86 0.33 0.08 322.99 0.83 0.52
Hex EA 21 9D 0 56 21 8 143 53 34
Octal 352 41 235 0 126 41 10 503 123 64
Binary 11101010 100001 10011101 0 1010110 100001 1000 101000011 1010011 110100

Color Harmonies of #EA219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA219D

Black with #EA219D

Text Example


Text Example

White with #EA219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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