Html Css Color HEX #EE259A Persian Rose

📋 copy color: '#EE259A'

red 238 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #EE259A

Tints of Persian Rose #EE259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 55.48%
G = 8.62%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE259A (or 0xEE259A) is known color: Persian Rose. HEX triplet: EE, 25 and 9A. RGB value is (238,37,154). Sum of RGB (Red+Green+Blue) = 238+37+154=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE259A is #11DA65. Grayscale: #6E6E6E. Windows color (decimal): -1170022 or 10102254. OLE color: 10102254.

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

Color convert

RGB 238 37 154 -
CMYK 0 0.84 0.35 0.07
HSL 325.07º 0.86% 0.54% -
HSV(B) 325.07º 0.84% 0.93% -
XYZ 41.75 21.83 32.59 -
YUV 110.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 238 37 154 0 0.84 0.35 0.07 325.07 0.86 0.54
Hex EE 25 9A 0 54 23 7 145 56 36
Octal 356 45 232 0 124 43 7 505 126 66
Binary 11101110 100101 10011010 0 1010100 100011 111 101000101 1010110 110110

Color Harmonies of #EE259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE259A

Black with #EE259A

Text Example


Text Example

White with #EE259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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