Html Css Color HEX #EE518B French Rose

📋 copy color: '#EE518B'

red 238 ◦ green 81 ◦ blue 139

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

Shades of French Rose #EE518B

Tints of French Rose #EE518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 51.97%
G = 17.69%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE518B (or 0xEE518B) is known color: French Rose. HEX triplet: EE, 51 and 8B. RGB value is (238,81,139). Sum of RGB (Red+Green+Blue) = 238+81+139=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518B is #11AE74. Grayscale: #868686. Windows color (decimal): -1158773 or 9130478. OLE color: 9130478.

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

Color convert

RGB 238 81 139 -
CMYK 0 0.66 0.42 0.07
HSL 337.83º 0.82% 0.63% -
HSV(B) 337.83º 0.66% 0.93% -
XYZ 42.86 25.93 27.17 -
YUV 134.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 238 81 139 0 0.66 0.42 0.07 337.83 0.82 0.63
Hex EE 51 8B 0 42 2A 7 152 52 3F
Octal 356 121 213 0 102 52 7 522 122 77
Binary 11101110 1010001 10001011 0 1000010 101010 111 101010010 1010010 111111

Color Harmonies of #EE518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE518B

Black with #EE518B

Text Example


Text Example

White with #EE518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE518B; }

 p { color: rgb(238,81,139); }

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

background-color css

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

 a { background-color: rgb(238,81,139); }

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

border-color css

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

 span { border-color: rgb(238,81,139); }

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