Html Css Color HEX #EE259C Persian Rose

📋 copy color: '#EE259C'

red 238 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #EE259C

Tints of Persian Rose #EE259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 55.22%
G = 8.58%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE259C (or 0xEE259C) is known color: Persian Rose. HEX triplet: EE, 25 and 9C. RGB value is (238,37,156). Sum of RGB (Red+Green+Blue) = 238+37+156=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE259C is #11DA63. Grayscale: #6E6E6E. Windows color (decimal): -1170020 or 10233326. OLE color: 10233326.

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

Color convert

RGB 238 37 156 -
CMYK 0 0.84 0.34 0.07
HSL 324.48º 0.86% 0.54% -
HSV(B) 324.48º 0.84% 0.93% -
XYZ 41.92 21.9 33.47 -
YUV 110.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 238 37 156 0 0.84 0.34 0.07 324.48 0.86 0.54
Hex EE 25 9C 0 54 22 7 144 56 36
Octal 356 45 234 0 124 42 7 504 126 66
Binary 11101110 100101 10011100 0 1010100 100010 111 101000100 1010110 110110

Color Harmonies of #EE259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE259C

Black with #EE259C

Text Example


Text Example

White with #EE259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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