Html Css Color HEX #EF508D French Rose

📋 copy color: '#EF508D'

red 239 ◦ green 80 ◦ blue 141

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

Shades of French Rose #EF508D

Tints of French Rose #EF508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 51.96%
G = 17.39%
B = 30.65%

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

#EF508D (or 0xEF508D) is known color: French Rose. HEX triplet: EF, 50 and 8D. RGB value is (239,80,141). Sum of RGB (Red+Green+Blue) = 239+80+141=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF508D is #10AF72. Grayscale: #868686. Windows color (decimal): -1093491 or 9261295. OLE color: 9261295.

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

Color convert

RGB 239 80 141 -
CMYK 0 0.67 0.41 0.06
HSL 336.98º 0.83% 0.63% -
HSV(B) 336.98º 0.67% 0.94% -
XYZ 43.27 26.01 27.94 -
YUV 134.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 239 80 141 0 0.67 0.41 0.06 336.98 0.83 0.63
Hex EF 50 8D 0 43 29 6 151 53 3F
Octal 357 120 215 0 103 51 6 521 123 77
Binary 11101111 1010000 10001101 0 1000011 101001 110 101010001 1010011 111111

Color Harmonies of #EF508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF508D

Black with #EF508D

Text Example


Text Example

White with #EF508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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