Html Css Color HEX #EF508B French Rose

📋 copy color: '#EF508B'

red 239 ◦ green 80 ◦ blue 139

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

Shades of French Rose #EF508B

Tints of French Rose #EF508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 52.18%
G = 17.47%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF508B (or 0xEF508B) is known color: French Rose. HEX triplet: EF, 50 and 8B. RGB value is (239,80,139). Sum of RGB (Red+Green+Blue) = 239+80+139=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508B is #10AF74. Grayscale: #868686. Windows color (decimal): -1093493 or 9130223. OLE color: 9130223.

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

Color convert

RGB 239 80 139 -
CMYK 0 0.67 0.42 0.06
HSL 337.74º 0.83% 0.63% -
HSV(B) 337.74º 0.67% 0.94% -
XYZ 43.13 25.95 27.16 -
YUV 134.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 239 80 139 0 0.67 0.42 0.06 337.74 0.83 0.63
Hex EF 50 8B 0 43 2A 6 152 53 3F
Octal 357 120 213 0 103 52 6 522 123 77
Binary 11101111 1010000 10001011 0 1000011 101010 110 101010010 1010011 111111

Color Harmonies of #EF508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF508B

Black with #EF508B

Text Example


Text Example

White with #EF508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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