Html Css Color HEX #EF5590 French Rose

📋 copy color: '#EF5590'

red 239 ◦ green 85 ◦ blue 144

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

Shades of French Rose #EF5590

Tints of French Rose #EF5590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 51.07%
G = 18.16%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF5590 (or 0xEF5590) is known color: French Rose. HEX triplet: EF, 55 and 90. RGB value is (239,85,144). Sum of RGB (Red+Green+Blue) = 239+85+144=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5590 is #10AA6F. Grayscale: #898989. Windows color (decimal): -1092208 or 9459183. OLE color: 9459183.

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

Color convert

RGB 239 85 144 -
CMYK 0 0.64 0.40 0.06
HSL 337.01º 0.83% 0.64% -
HSV(B) 337.01º 0.64% 0.94% -
XYZ 43.88 26.86 29.26 -
YUV 137.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 239 85 144 0 0.64 0.40 0.06 337.01 0.83 0.64
Hex EF 55 90 0 40 28 6 151 53 40
Octal 357 125 220 0 100 50 6 521 123 100
Binary 11101111 1010101 10010000 0 1000000 101000 110 101010001 1010011 1000000

Color Harmonies of #EF5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5590

Black with #EF5590

Text Example


Text Example

White with #EF5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5590; }

 p { color: rgb(239,85,144); }

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

background-color css

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

 a { background-color: rgb(239,85,144); }

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

border-color css

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

 span { border-color: rgb(239,85,144); }

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