Html Css Color HEX #EF5495 French Rose

📋 copy color: '#EF5495'

red 239 ◦ green 84 ◦ blue 149

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

Shades of French Rose #EF5495

Tints of French Rose #EF5495

RGB

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

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

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

R = 50.64%
G = 17.8%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5495 (or 0xEF5495) is known color: French Rose. HEX triplet: EF, 54 and 95. RGB value is (239,84,149). Sum of RGB (Red+Green+Blue) = 239+84+149=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5495 is #10AB6A. Grayscale: #898989. Windows color (decimal): -1092459 or 9786607. OLE color: 9786607.

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

Color convert

RGB 239 84 149 -
CMYK 0 0.65 0.38 0.06
HSL 334.84º 0.83% 0.63% -
HSV(B) 334.84º 0.65% 0.94% -
XYZ 44.19 26.86 31.29 -
YUV 137.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 239 84 149 0 0.65 0.38 0.06 334.84 0.83 0.63
Hex EF 54 95 0 41 26 6 14F 53 3F
Octal 357 124 225 0 101 46 6 517 123 77
Binary 11101111 1010100 10010101 0 1000001 100110 110 101001111 1010011 111111

Color Harmonies of #EF5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5495

Black with #EF5495

Text Example


Text Example

White with #EF5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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