Html Css Color HEX #EF518D French Rose

📋 copy color: '#EF518D'

red 239 ◦ green 81 ◦ blue 141

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

Shades of French Rose #EF518D

Tints of French Rose #EF518D

RGB

 RED value IS 239 (93.75% from 255) = 51.84%

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

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

R = 51.84%
G = 17.57%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF518D (or 0xEF518D) is known color: French Rose. HEX triplet: EF, 51 and 8D. RGB value is (239,81,141). Sum of RGB (Red+Green+Blue) = 239+81+141=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF518D is #10AE72. Grayscale: #878787. Windows color (decimal): -1093235 or 9261551. OLE color: 9261551.

HSL color Cylindrical-coordinate representation of color #EF518D: hue angle of 337.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF518D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 141 -
CMYK 0 0.66 0.41 0.06
HSL 337.22º 0.83% 0.63% -
HSV(B) 337.22º 0.66% 0.94% -
XYZ 43.35 26.16 27.96 -
YUV 135.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 239 81 141 0 0.66 0.41 0.06 337.22 0.83 0.63
Hex EF 51 8D 0 42 29 6 151 53 3F
Octal 357 121 215 0 102 51 6 521 123 77
Binary 11101111 1010001 10001101 0 1000010 101001 110 101010001 1010011 111111

Color Harmonies of #EF518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF518D

Black with #EF518D

Text Example


Text Example

White with #EF518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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