Html Css Color HEX #EF5191 French Rose

📋 copy color: '#EF5191'

red 239 ◦ green 81 ◦ blue 145

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

Shades of French Rose #EF5191

Tints of French Rose #EF5191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

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

R = 51.4%
G = 17.42%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5191 (or 0xEF5191) is known color: French Rose. HEX triplet: EF, 51 and 91. RGB value is (239,81,145). Sum of RGB (Red+Green+Blue) = 239+81+145=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5191 is #10AE6E. Grayscale: #878787. Windows color (decimal): -1093231 or 9523695. OLE color: 9523695.

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

Color convert

RGB 239 81 145 -
CMYK 0 0.66 0.39 0.06
HSL 335.7º 0.83% 0.63% -
HSV(B) 335.7º 0.66% 0.94% -
XYZ 43.65 26.28 29.56 -
YUV 135.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 239 81 145 0 0.66 0.39 0.06 335.7 0.83 0.63
Hex EF 51 91 0 42 27 6 150 53 3F
Octal 357 121 221 0 102 47 6 520 123 77
Binary 11101111 1010001 10010001 0 1000010 100111 110 101010000 1010011 111111

Color Harmonies of #EF5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5191

Black with #EF5191

Text Example


Text Example

White with #EF5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5191; }

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

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

background-color css

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

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

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

border-color css

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

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

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