Html Css Color HEX #EA219A Persian Rose

📋 copy color: '#EA219A'

red 234 ◦ green 33 ◦ blue 154

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

Shades of Persian Rose #EA219A

Tints of Persian Rose #EA219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 55.58%
G = 7.84%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA219A (or 0xEA219A) is known color: Persian Rose. HEX triplet: EA, 21 and 9A. RGB value is (234,33,154). Sum of RGB (Red+Green+Blue) = 234+33+154=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA219A is #15DE65. Grayscale: #6A6A6A. Windows color (decimal): -1433190 or 10101226. OLE color: 10101226.

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

Color convert

RGB 234 33 154 -
CMYK 0 0.86 0.34 0.08
HSL 323.88º 0.83% 0.52% -
HSV(B) 323.88º 0.86% 0.92% -
XYZ 40.31 20.91 32.48 -
YUV 106.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 234 33 154 0 0.86 0.34 0.08 323.88 0.83 0.52
Hex EA 21 9A 0 56 22 8 144 53 34
Octal 352 41 232 0 126 42 10 504 123 64
Binary 11101010 100001 10011010 0 1010110 100010 1000 101000100 1010011 110100

Color Harmonies of #EA219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA219A

Black with #EA219A

Text Example


Text Example

White with #EA219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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