Html Css Color HEX #EE26A9 Persian Rose

📋 copy color: '#EE26A9'

red 238 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #EE26A9

Tints of Persian Rose #EE26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 53.48%
G = 8.54%
B = 37.98%

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

#EE26A9 (or 0xEE26A9) is known color: Persian Rose. HEX triplet: EE, 26 and A9. RGB value is (238,38,169). Sum of RGB (Red+Green+Blue) = 238+38+169=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE26A9 is #11D956. Grayscale: #707070. Windows color (decimal): -1169751 or 11085550. OLE color: 11085550.

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

Color convert

RGB 238 38 169 -
CMYK 0 0.84 0.29 0.07
HSL 320.7º 0.85% 0.54% -
HSV(B) 320.7º 0.84% 0.93% -
XYZ 43.11 22.43 39.59 -
YUV 112.73 159.76 217.35 -
System Red Green Blue C M Y K H S L
Decimal 238 38 169 0 0.84 0.29 0.07 320.7 0.85 0.54
Hex EE 26 A9 0 54 1D 7 141 55 36
Octal 356 46 251 0 124 35 7 501 125 66
Binary 11101110 100110 10101001 0 1010100 11101 111 101000001 1010101 110110

Color Harmonies of #EE26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26A9

Black with #EE26A9

Text Example


Text Example

White with #EE26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26A9; }

 p { color: rgb(238,38,169); }

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

background-color css

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

 a { background-color: rgb(238,38,169); }

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

border-color css

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

 span { border-color: rgb(238,38,169); }

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