Html Css Color HEX #EE25A8 Persian Rose

📋 copy color: '#EE25A8'

red 238 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #EE25A8

Tints of Persian Rose #EE25A8

RGB

 RED value IS 238 (93.36% from 255) = 53.72%

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

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

R = 53.72%
G = 8.35%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE25A8 (or 0xEE25A8) is known color: Persian Rose. HEX triplet: EE, 25 and A8. RGB value is (238,37,168). Sum of RGB (Red+Green+Blue) = 238+37+168=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE25A8 is #11DA57. Grayscale: #6F6F6F. Windows color (decimal): -1170008 or 11019758. OLE color: 11019758.

HSL color Cylindrical-coordinate representation of color #EE25A8: hue angle of 320.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE25A8 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 168 -
CMYK 0 0.84 0.29 0.07
HSL 320.9º 0.86% 0.54% -
HSV(B) 320.9º 0.84% 0.93% -
XYZ 42.99 22.33 39.09 -
YUV 112.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 238 37 168 0 0.84 0.29 0.07 320.9 0.86 0.54
Hex EE 25 A8 0 54 1D 7 141 56 36
Octal 356 45 250 0 124 35 7 501 126 66
Binary 11101110 100101 10101000 0 1010100 11101 111 101000001 1010110 110110

Color Harmonies of #EE25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25A8

Black with #EE25A8

Text Example


Text Example

White with #EE25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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