Html Css Color HEX #EE5297 French Rose

📋 copy color: '#EE5297'

red 238 ◦ green 82 ◦ blue 151

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

Shades of French Rose #EE5297

Tints of French Rose #EE5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.41%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 50.53%
G = 17.41%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE5297 (or 0xEE5297) is known color: French Rose. HEX triplet: EE, 52 and 97. RGB value is (238,82,151). Sum of RGB (Red+Green+Blue) = 238+82+151=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5297 is #11AD68. Grayscale: #888888. Windows color (decimal): -1158505 or 9917166. OLE color: 9917166.

HSL color Cylindrical-coordinate representation of color #EE5297: hue angle of 333.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5297 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 82 151 -
CMYK 0 0.66 0.37 0.07
HSL 333.46º 0.82% 0.63% -
HSV(B) 333.46º 0.66% 0.93% -
XYZ 43.86 26.45 32.07 -
YUV 136.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 238 82 151 0 0.66 0.37 0.07 333.46 0.82 0.63
Hex EE 52 97 0 42 25 7 14D 52 3F
Octal 356 122 227 0 102 45 7 515 122 77
Binary 11101110 1010010 10010111 0 1000010 100101 111 101001101 1010010 111111

Color Harmonies of #EE5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5297

Black with #EE5297

Text Example


Text Example

White with #EE5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5297; }

 p { color: rgb(238,82,151); }

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

background-color css

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

 a { background-color: rgb(238,82,151); }

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

border-color css

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

 span { border-color: rgb(238,82,151); }

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