Html Css Color HEX #EF5091 French Rose

📋 copy color: '#EF5091'

red 239 ◦ green 80 ◦ blue 145

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

Shades of French Rose #EF5091

Tints of French Rose #EF5091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 51.51%
G = 17.24%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5091 (or 0xEF5091) is known color: French Rose. HEX triplet: EF, 50 and 91. RGB value is (239,80,145). Sum of RGB (Red+Green+Blue) = 239+80+145=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5091 is #10AF6E. Grayscale: #868686. Windows color (decimal): -1093487 or 9523439. OLE color: 9523439.

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

Color convert

RGB 239 80 145 -
CMYK 0 0.67 0.39 0.06
HSL 335.47º 0.83% 0.63% -
HSV(B) 335.47º 0.67% 0.94% -
XYZ 43.58 26.13 29.54 -
YUV 134.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 239 80 145 0 0.67 0.39 0.06 335.47 0.83 0.63
Hex EF 50 91 0 43 27 6 14F 53 3F
Octal 357 120 221 0 103 47 6 517 123 77
Binary 11101111 1010000 10010001 0 1000011 100111 110 101001111 1010011 111111

Color Harmonies of #EF5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5091

Black with #EF5091

Text Example


Text Example

White with #EF5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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