Html Css Color HEX #EF518F French Rose

📋 copy color: '#EF518F'

red 239 ◦ green 81 ◦ blue 143

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

Shades of French Rose #EF518F

Tints of French Rose #EF518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 51.62%
G = 17.49%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF518F (or 0xEF518F) is known color: French Rose. HEX triplet: EF, 51 and 8F. RGB value is (239,81,143). Sum of RGB (Red+Green+Blue) = 239+81+143=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF518F is #10AE70. Grayscale: #878787. Windows color (decimal): -1093233 or 9392623. OLE color: 9392623.

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

Color convert

RGB 239 81 143 -
CMYK 0 0.66 0.40 0.06
HSL 336.46º 0.83% 0.63% -
HSV(B) 336.46º 0.66% 0.94% -
XYZ 43.5 26.22 28.75 -
YUV 135.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 239 81 143 0 0.66 0.40 0.06 336.46 0.83 0.63
Hex EF 51 8F 0 42 28 6 150 53 3F
Octal 357 121 217 0 102 50 6 520 123 77
Binary 11101111 1010001 10001111 0 1000010 101000 110 101010000 1010011 111111

Color Harmonies of #EF518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF518F

Black with #EF518F

Text Example


Text Example

White with #EF518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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