Html Css Color HEX #EE5694 French Rose

📋 copy color: '#EE5694'

red 238 ◦ green 86 ◦ blue 148

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

Shades of French Rose #EE5694

Tints of French Rose #EE5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.22%

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

R = 50.42%
G = 18.22%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE5694 (or 0xEE5694) is known color: French Rose. HEX triplet: EE, 56 and 94. RGB value is (238,86,148). Sum of RGB (Red+Green+Blue) = 238+86+148=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5694 is #11A96B. Grayscale: #8A8A8A. Windows color (decimal): -1157484 or 9721582. OLE color: 9721582.

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

Color convert

RGB 238 86 148 -
CMYK 0 0.64 0.38 0.07
HSL 335.53º 0.82% 0.64% -
HSV(B) 335.53º 0.64% 0.93% -
XYZ 43.93 26.97 30.91 -
YUV 138.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 238 86 148 0 0.64 0.38 0.07 335.53 0.82 0.64
Hex EE 56 94 0 40 26 7 150 52 40
Octal 356 126 224 0 100 46 7 520 122 100
Binary 11101110 1010110 10010100 0 1000000 100110 111 101010000 1010010 1000000

Color Harmonies of #EE5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5694

Black with #EE5694

Text Example


Text Example

White with #EE5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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