Html Css Color HEX #EF5096 French Rose

📋 copy color: '#EF5096'

red 239 ◦ green 80 ◦ blue 150

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

Shades of French Rose #EF5096

Tints of French Rose #EF5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 50.96%
G = 17.06%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5096 (or 0xEF5096) is known color: French Rose. HEX triplet: EF, 50 and 96. RGB value is (239,80,150). Sum of RGB (Red+Green+Blue) = 239+80+150=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5096 is #10AF69. Grayscale: #878787. Windows color (decimal): -1093482 or 9851119. OLE color: 9851119.

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

Color convert

RGB 239 80 150 -
CMYK 0 0.67 0.37 0.06
HSL 333.58º 0.83% 0.63% -
HSV(B) 333.58º 0.67% 0.94% -
XYZ 43.97 26.29 31.61 -
YUV 135.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 239 80 150 0 0.67 0.37 0.06 333.58 0.83 0.63
Hex EF 50 96 0 43 25 6 14E 53 3F
Octal 357 120 226 0 103 45 6 516 123 77
Binary 11101111 1010000 10010110 0 1000011 100101 110 101001110 1010011 111111

Color Harmonies of #EF5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5096

Black with #EF5096

Text Example


Text Example

White with #EF5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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