Html Css Color HEX #EA25A4 Persian Rose

📋 copy color: '#EA25A4'

red 234 ◦ green 37 ◦ blue 164

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

Shades of Persian Rose #EA25A4

Tints of Persian Rose #EA25A4

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.51%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 53.79%
G = 8.51%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA25A4 (or 0xEA25A4) is known color: Persian Rose. HEX triplet: EA, 25 and A4. RGB value is (234,37,164). Sum of RGB (Red+Green+Blue) = 234+37+164=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA25A4 is #15DA5B. Grayscale: #6E6E6E. Windows color (decimal): -1432156 or 10757610. OLE color: 10757610.

HSL color Cylindrical-coordinate representation of color #EA25A4: hue angle of 321.32º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA25A4 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 164 -
CMYK 0 0.84 0.30 0.08
HSL 321.32º 0.82% 0.53% -
HSV(B) 321.32º 0.84% 0.92% -
XYZ 41.29 21.5 37.09 -
YUV 110.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 234 37 164 0 0.84 0.30 0.08 321.32 0.82 0.53
Hex EA 25 A4 0 54 1E 8 141 52 35
Octal 352 45 244 0 124 36 10 501 122 65
Binary 11101010 100101 10100100 0 1010100 11110 1000 101000001 1010010 110101

Color Harmonies of #EA25A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25A4

Black with #EA25A4

Text Example


Text Example

White with #EA25A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25A4; }

 p { color: rgb(234,37,164); }

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

background-color css

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

 a { background-color: rgb(234,37,164); }

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

border-color css

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

 span { border-color: rgb(234,37,164); }

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