Html Css Color HEX #EF5791 French Rose

📋 copy color: '#EF5791'

red 239 ◦ green 87 ◦ blue 145

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

Shades of French Rose #EF5791

Tints of French Rose #EF5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

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

R = 50.74%
G = 18.47%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5791 (or 0xEF5791) is known color: French Rose. HEX triplet: EF, 57 and 91. RGB value is (239,87,145). Sum of RGB (Red+Green+Blue) = 239+87+145=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5791 is #10A86E. Grayscale: #8A8A8A. Windows color (decimal): -1091695 or 9525231. OLE color: 9525231.

HSL color Cylindrical-coordinate representation of color #EF5791: hue angle of 337.11º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5791 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 145 -
CMYK 0 0.64 0.39 0.06
HSL 337.11º 0.83% 0.64% -
HSV(B) 337.11º 0.64% 0.94% -
XYZ 44.12 27.21 29.72 -
YUV 139.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 239 87 145 0 0.64 0.39 0.06 337.11 0.83 0.64
Hex EF 57 91 0 40 27 6 151 53 40
Octal 357 127 221 0 100 47 6 521 123 100
Binary 11101111 1010111 10010001 0 1000000 100111 110 101010001 1010011 1000000

Color Harmonies of #EF5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5791

Black with #EF5791

Text Example


Text Example

White with #EF5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5791; }

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

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

background-color css

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

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

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

border-color css

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

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

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