Html Css Color HEX #EF5990 French Rose

📋 copy color: '#EF5990'

red 239 ◦ green 89 ◦ blue 144

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

Shades of French Rose #EF5990

Tints of French Rose #EF5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

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

R = 50.64%
G = 18.86%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF5990 (or 0xEF5990) is known color: French Rose. HEX triplet: EF, 59 and 90. RGB value is (239,89,144). Sum of RGB (Red+Green+Blue) = 239+89+144=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5990 is #10A66F. Grayscale: #8C8C8C. Windows color (decimal): -1091184 or 9460207. OLE color: 9460207.

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

Color convert

RGB 239 89 144 -
CMYK 0 0.63 0.40 0.06
HSL 338º 0.82% 0.64% -
HSV(B) 338º 0.63% 0.94% -
XYZ 44.2 27.51 29.37 -
YUV 140.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 239 89 144 0 0.63 0.40 0.06 338 0.82 0.64
Hex EF 59 90 0 3F 28 6 152 52 40
Octal 357 131 220 0 77 50 6 522 122 100
Binary 11101111 1011001 10010000 0 111111 101000 110 101010010 1010010 1000000

Color Harmonies of #EF5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5990

Black with #EF5990

Text Example


Text Example

White with #EF5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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