Html Css Color HEX #EA25A8 Persian Rose

📋 copy color: '#EA25A8'

red 234 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #EA25A8

Tints of Persian Rose #EA25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.27%

R = 53.3%
G = 8.43%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA25A8 (or 0xEA25A8) is known color: Persian Rose. HEX triplet: EA, 25 and A8. RGB value is (234,37,168). Sum of RGB (Red+Green+Blue) = 234+37+168=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA25A8 is #15DA57. Grayscale: #6E6E6E. Windows color (decimal): -1432152 or 11019754. OLE color: 11019754.

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

Color convert

RGB 234 37 168 -
CMYK 0 0.84 0.28 0.08
HSL 320.1º 0.82% 0.53% -
HSV(B) 320.1º 0.84% 0.92% -
XYZ 41.66 21.64 39.03 -
YUV 110.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 234 37 168 0 0.84 0.28 0.08 320.1 0.82 0.53
Hex EA 25 A8 0 54 1C 8 140 52 35
Octal 352 45 250 0 124 34 10 500 122 65
Binary 11101010 100101 10101000 0 1010100 11100 1000 101000000 1010010 110101

Color Harmonies of #EA25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25A8

Black with #EA25A8

Text Example


Text Example

White with #EA25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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