Html Css Color HEX #EF508E French Rose

📋 copy color: '#EF508E'

red 239 ◦ green 80 ◦ blue 142

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

Shades of French Rose #EF508E

Tints of French Rose #EF508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 51.84%
G = 17.35%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF508E (or 0xEF508E) is known color: French Rose. HEX triplet: EF, 50 and 8E. RGB value is (239,80,142). Sum of RGB (Red+Green+Blue) = 239+80+142=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508E is #10AF71. Grayscale: #868686. Windows color (decimal): -1093490 or 9326831. OLE color: 9326831.

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

Color convert

RGB 239 80 142 -
CMYK 0 0.67 0.41 0.06
HSL 336.6º 0.83% 0.63% -
HSV(B) 336.6º 0.67% 0.94% -
XYZ 43.35 26.04 28.33 -
YUV 134.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 239 80 142 0 0.67 0.41 0.06 336.6 0.83 0.63
Hex EF 50 8E 0 43 29 6 151 53 3F
Octal 357 120 216 0 103 51 6 521 123 77
Binary 11101111 1010000 10001110 0 1000011 101001 110 101010001 1010011 111111

Color Harmonies of #EF508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF508E

Black with #EF508E

Text Example


Text Example

White with #EF508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF508E; }

 p { color: rgb(239,80,142); }

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

background-color css

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

 a { background-color: rgb(239,80,142); }

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

border-color css

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

 span { border-color: rgb(239,80,142); }

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