Html Css Color HEX #EF518A French Rose

📋 copy color: '#EF518A'

red 239 ◦ green 81 ◦ blue 138

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

Shades of French Rose #EF518A

Tints of French Rose #EF518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 52.18%
G = 17.69%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF518A (or 0xEF518A) is known color: French Rose. HEX triplet: EF, 51 and 8A. RGB value is (239,81,138). Sum of RGB (Red+Green+Blue) = 239+81+138=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF518A is #10AE75. Grayscale: #868686. Windows color (decimal): -1093238 or 9064943. OLE color: 9064943.

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

Color convert

RGB 239 81 138 -
CMYK 0 0.66 0.42 0.06
HSL 338.35º 0.83% 0.63% -
HSV(B) 338.35º 0.66% 0.94% -
XYZ 43.13 26.07 26.8 -
YUV 134.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 239 81 138 0 0.66 0.42 0.06 338.35 0.83 0.63
Hex EF 51 8A 0 42 2A 6 152 53 3F
Octal 357 121 212 0 102 52 6 522 123 77
Binary 11101111 1010001 10001010 0 1000010 101010 110 101010010 1010011 111111

Color Harmonies of #EF518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF518A

Black with #EF518A

Text Example


Text Example

White with #EF518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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