Html Css Color HEX #EF5993 French Rose

📋 copy color: '#EF5993'

red 239 ◦ green 89 ◦ blue 147

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

Shades of French Rose #EF5993

Tints of French Rose #EF5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 50.32%
G = 18.74%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5993 (or 0xEF5993) is known color: French Rose. HEX triplet: EF, 59 and 93. RGB value is (239,89,147). Sum of RGB (Red+Green+Blue) = 239+89+147=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5993 is #10A66C. Grayscale: #8C8C8C. Windows color (decimal): -1091181 or 9656815. OLE color: 9656815.

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

Color convert

RGB 239 89 147 -
CMYK 0 0.63 0.38 0.06
HSL 336.8º 0.82% 0.64% -
HSV(B) 336.8º 0.63% 0.94% -
XYZ 44.44 27.6 30.59 -
YUV 140.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 239 89 147 0 0.63 0.38 0.06 336.8 0.82 0.64
Hex EF 59 93 0 3F 26 6 151 52 40
Octal 357 131 223 0 77 46 6 521 122 100
Binary 11101111 1011001 10010011 0 111111 100110 110 101010001 1010010 1000000

Color Harmonies of #EF5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5993

Black with #EF5993

Text Example


Text Example

White with #EF5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5993; }

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

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

background-color css

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

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

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

border-color css

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

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

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