Html Css Color HEX #EF5491 French Rose

📋 copy color: '#EF5491'

red 239 ◦ green 84 ◦ blue 145

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

Shades of French Rose #EF5491

Tints of French Rose #EF5491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.95%

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

R = 51.07%
G = 17.95%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF5491 (or 0xEF5491) is known color: French Rose. HEX triplet: EF, 54 and 91. RGB value is (239,84,145). Sum of RGB (Red+Green+Blue) = 239+84+145=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5491 is #10AB6E. Grayscale: #898989. Windows color (decimal): -1092463 or 9524463. OLE color: 9524463.

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

Color convert

RGB 239 84 145 -
CMYK 0 0.65 0.39 0.06
HSL 336.39º 0.83% 0.63% -
HSV(B) 336.39º 0.65% 0.94% -
XYZ 43.88 26.74 29.64 -
YUV 137.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 239 84 145 0 0.65 0.39 0.06 336.39 0.83 0.63
Hex EF 54 91 0 41 27 6 150 53 3F
Octal 357 124 221 0 101 47 6 520 123 77
Binary 11101111 1010100 10010001 0 1000001 100111 110 101010000 1010011 111111

Color Harmonies of #EF5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5491

Black with #EF5491

Text Example


Text Example

White with #EF5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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