Html Css Color HEX #EE518D French Rose

📋 copy color: '#EE518D'

red 238 ◦ green 81 ◦ blue 141

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

Shades of French Rose #EE518D

Tints of French Rose #EE518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 51.74%
G = 17.61%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE518D (or 0xEE518D) is known color: French Rose. HEX triplet: EE, 51 and 8D. RGB value is (238,81,141). Sum of RGB (Red+Green+Blue) = 238+81+141=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE518D is #11AE72. Grayscale: #868686. Windows color (decimal): -1158771 or 9261550. OLE color: 9261550.

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

Color convert

RGB 238 81 141 -
CMYK 0 0.66 0.41 0.07
HSL 337.07º 0.82% 0.63% -
HSV(B) 337.07º 0.66% 0.93% -
XYZ 43.01 25.99 27.95 -
YUV 134.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 238 81 141 0 0.66 0.41 0.07 337.07 0.82 0.63
Hex EE 51 8D 0 42 29 7 151 52 3F
Octal 356 121 215 0 102 51 7 521 122 77
Binary 11101110 1010001 10001101 0 1000010 101001 111 101010001 1010010 111111

Color Harmonies of #EE518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE518D

Black with #EE518D

Text Example


Text Example

White with #EE518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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