Html Css Color HEX #E025A8 Persian Rose

📋 copy color: '#E025A8'

red 224 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #E025A8

Tints of Persian Rose #E025A8

RGB

 RED value IS 224 (87.89% from 255) = 52.21%

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

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

R = 52.21%
G = 8.62%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E025A8 (or 0xE025A8) is known color: Persian Rose. HEX triplet: E0, 25 and A8. RGB value is (224,37,168). Sum of RGB (Red+Green+Blue) = 224+37+168=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E025A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E025A8 is #1FDA57. Grayscale: #6B6B6B. Windows color (decimal): -2087512 or 11019744. OLE color: 11019744.

HSL color Cylindrical-coordinate representation of color #E025A8: hue angle of 317.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025A8 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 168 -
CMYK 0 0.83 0.25 0.12
HSL 317.97º 0.75% 0.51% -
HSV(B) 317.97º 0.83% 0.88% -
XYZ 38.47 20 38.88 -
YUV 107.85 161.95 210.85 -
System Red Green Blue C M Y K H S L
Decimal 224 37 168 0 0.83 0.25 0.12 317.97 0.75 0.51
Hex E0 25 A8 0 53 19 C 13E 4B 33
Octal 340 45 250 0 123 31 14 476 113 63
Binary 11100000 100101 10101000 0 1010011 11001 1100 100111110 1001011 110011

Color Harmonies of #E025A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025A8

Black with #E025A8

Text Example


Text Example

White with #E025A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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