Html Css Color HEX #EE5294 French Rose

📋 copy color: '#EE5294'

red 238 ◦ green 82 ◦ blue 148

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

Shades of French Rose #EE5294

Tints of French Rose #EE5294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 50.85%
G = 17.52%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE5294 (or 0xEE5294) is known color: French Rose. HEX triplet: EE, 52 and 94. RGB value is (238,82,148). Sum of RGB (Red+Green+Blue) = 238+82+148=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5294 is #11AD6B. Grayscale: #888888. Windows color (decimal): -1158508 or 9720558. OLE color: 9720558.

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

Color convert

RGB 238 82 148 -
CMYK 0 0.66 0.38 0.07
HSL 334.62º 0.82% 0.63% -
HSV(B) 334.62º 0.66% 0.93% -
XYZ 43.62 26.35 30.8 -
YUV 136.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 238 82 148 0 0.66 0.38 0.07 334.62 0.82 0.63
Hex EE 52 94 0 42 26 7 14F 52 3F
Octal 356 122 224 0 102 46 7 517 122 77
Binary 11101110 1010010 10010100 0 1000010 100110 111 101001111 1010010 111111

Color Harmonies of #EE5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5294

Black with #EE5294

Text Example


Text Example

White with #EE5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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