Html Css Color HEX #EE279B Persian Rose

📋 copy color: '#EE279B'

red 238 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #EE279B

Tints of Persian Rose #EE279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

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

R = 55.09%
G = 9.03%
B = 35.88%

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

#EE279B (or 0xEE279B) is known color: Persian Rose. HEX triplet: EE, 27 and 9B. RGB value is (238,39,155). Sum of RGB (Red+Green+Blue) = 238+39+155=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE279B is #11D864. Grayscale: #6F6F6F. Windows color (decimal): -1169509 or 10168302. OLE color: 10168302.

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

Color convert

RGB 238 39 155 -
CMYK 0 0.84 0.35 0.07
HSL 325.03º 0.85% 0.54% -
HSV(B) 325.03º 0.84% 0.93% -
XYZ 41.9 21.99 33.05 -
YUV 111.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 238 39 155 0 0.84 0.35 0.07 325.03 0.85 0.54
Hex EE 27 9B 0 54 23 7 145 55 36
Octal 356 47 233 0 124 43 7 505 125 66
Binary 11101110 100111 10011011 0 1010100 100011 111 101000101 1010101 110110

Color Harmonies of #EE279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE279B

Black with #EE279B

Text Example


Text Example

White with #EE279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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