Html Css Color HEX #EF5690 French Rose

📋 copy color: '#EF5690'

red 239 ◦ green 86 ◦ blue 144

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

Shades of French Rose #EF5690

Tints of French Rose #EF5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

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

R = 50.96%
G = 18.34%
B = 30.7%

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

#EF5690 (or 0xEF5690) is known color: French Rose. HEX triplet: EF, 56 and 90. RGB value is (239,86,144). Sum of RGB (Red+Green+Blue) = 239+86+144=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5690 is #10A96F. Grayscale: #8A8A8A. Windows color (decimal): -1091952 or 9459439. OLE color: 9459439.

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

Color convert

RGB 239 86 144 -
CMYK 0 0.64 0.40 0.06
HSL 337.25º 0.83% 0.64% -
HSV(B) 337.25º 0.64% 0.94% -
XYZ 43.96 27.02 29.28 -
YUV 138.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 239 86 144 0 0.64 0.40 0.06 337.25 0.83 0.64
Hex EF 56 90 0 40 28 6 151 53 40
Octal 357 126 220 0 100 50 6 521 123 100
Binary 11101111 1010110 10010000 0 1000000 101000 110 101010001 1010011 1000000

Color Harmonies of #EF5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5690

Black with #EF5690

Text Example


Text Example

White with #EF5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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