Html Css Color HEX #EF508F French Rose

📋 copy color: '#EF508F'

red 239 ◦ green 80 ◦ blue 143

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

Shades of French Rose #EF508F

Tints of French Rose #EF508F

RGB

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

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

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

R = 51.73%
G = 17.32%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF508F (or 0xEF508F) is known color: French Rose. HEX triplet: EF, 50 and 8F. RGB value is (239,80,143). Sum of RGB (Red+Green+Blue) = 239+80+143=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508F is #10AF70. Grayscale: #868686. Windows color (decimal): -1093489 or 9392367. OLE color: 9392367.

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

Color convert

RGB 239 80 143 -
CMYK 0 0.67 0.40 0.06
HSL 336.23º 0.83% 0.63% -
HSV(B) 336.23º 0.67% 0.94% -
XYZ 43.42 26.07 28.73 -
YUV 134.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 239 80 143 0 0.67 0.40 0.06 336.23 0.83 0.63
Hex EF 50 8F 0 43 28 6 150 53 3F
Octal 357 120 217 0 103 50 6 520 123 77
Binary 11101111 1010000 10001111 0 1000011 101000 110 101010000 1010011 111111

Color Harmonies of #EF508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF508F

Black with #EF508F

Text Example


Text Example

White with #EF508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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