Html Css Color HEX #EF5890 French Rose

📋 copy color: '#EF5890'

red 239 ◦ green 88 ◦ blue 144

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

Shades of French Rose #EF5890

Tints of French Rose #EF5890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

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

R = 50.74%
G = 18.68%
B = 30.57%

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

#EF5890 (or 0xEF5890) is known color: French Rose. HEX triplet: EF, 58 and 90. RGB value is (239,88,144). Sum of RGB (Red+Green+Blue) = 239+88+144=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5890 is #10A76F. Grayscale: #8B8B8B. Windows color (decimal): -1091440 or 9459951. OLE color: 9459951.

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

Color convert

RGB 239 88 144 -
CMYK 0 0.63 0.40 0.06
HSL 337.75º 0.83% 0.64% -
HSV(B) 337.75º 0.63% 0.94% -
XYZ 44.12 27.34 29.34 -
YUV 139.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 239 88 144 0 0.63 0.40 0.06 337.75 0.83 0.64
Hex EF 58 90 0 3F 28 6 152 53 40
Octal 357 130 220 0 77 50 6 522 123 100
Binary 11101111 1011000 10010000 0 111111 101000 110 101010010 1010011 1000000

Color Harmonies of #EF5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5890

Black with #EF5890

Text Example


Text Example

White with #EF5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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