Html Css Color HEX #EF5095 French Rose

📋 copy color: '#EF5095'

red 239 ◦ green 80 ◦ blue 149

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

Shades of French Rose #EF5095

Tints of French Rose #EF5095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 51.07%
G = 17.09%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5095 (or 0xEF5095) is known color: French Rose. HEX triplet: EF, 50 and 95. RGB value is (239,80,149). Sum of RGB (Red+Green+Blue) = 239+80+149=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5095 is #10AF6A. Grayscale: #878787. Windows color (decimal): -1093483 or 9785583. OLE color: 9785583.

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

Color convert

RGB 239 80 149 -
CMYK 0 0.67 0.38 0.06
HSL 333.96º 0.83% 0.63% -
HSV(B) 333.96º 0.67% 0.94% -
XYZ 43.89 26.26 31.19 -
YUV 135.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 239 80 149 0 0.67 0.38 0.06 333.96 0.83 0.63
Hex EF 50 95 0 43 26 6 14E 53 3F
Octal 357 120 225 0 103 46 6 516 123 77
Binary 11101111 1010000 10010101 0 1000011 100110 110 101001110 1010011 111111

Color Harmonies of #EF5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5095

Black with #EF5095

Text Example


Text Example

White with #EF5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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