Html Css Color HEX #EE269B Persian Rose

📋 copy color: '#EE269B'

red 238 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #EE269B

Tints of Persian Rose #EE269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 55.22%
G = 8.82%
B = 35.96%

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

#EE269B (or 0xEE269B) is known color: Persian Rose. HEX triplet: EE, 26 and 9B. RGB value is (238,38,155). Sum of RGB (Red+Green+Blue) = 238+38+155=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE269B is #11D964. Grayscale: #6E6E6E. Windows color (decimal): -1169765 or 10168046. OLE color: 10168046.

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

Color convert

RGB 238 38 155 -
CMYK 0 0.84 0.35 0.07
HSL 324.9º 0.85% 0.54% -
HSV(B) 324.9º 0.84% 0.93% -
XYZ 41.87 21.93 33.04 -
YUV 111.14 152.76 218.49 -
System Red Green Blue C M Y K H S L
Decimal 238 38 155 0 0.84 0.35 0.07 324.9 0.85 0.54
Hex EE 26 9B 0 54 23 7 145 55 36
Octal 356 46 233 0 124 43 7 505 125 66
Binary 11101110 100110 10011011 0 1010100 100011 111 101000101 1010101 110110

Color Harmonies of #EE269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE269B

Black with #EE269B

Text Example


Text Example

White with #EE269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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