Html Css Color HEX #EF5593 French Rose

📋 copy color: '#EF5593'

red 239 ◦ green 85 ◦ blue 147

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

Shades of French Rose #EF5593

Tints of French Rose #EF5593

RGB

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

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

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

R = 50.74%
G = 18.05%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5593 (or 0xEF5593) is known color: French Rose. HEX triplet: EF, 55 and 93. RGB value is (239,85,147). Sum of RGB (Red+Green+Blue) = 239+85+147=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5593 is #10AA6C. Grayscale: #8A8A8A. Windows color (decimal): -1092205 or 9655791. OLE color: 9655791.

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

Color convert

RGB 239 85 147 -
CMYK 0 0.64 0.38 0.06
HSL 335.84º 0.83% 0.64% -
HSV(B) 335.84º 0.64% 0.94% -
XYZ 44.11 26.95 30.48 -
YUV 138.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 239 85 147 0 0.64 0.38 0.06 335.84 0.83 0.64
Hex EF 55 93 0 40 26 6 150 53 40
Octal 357 125 223 0 100 46 6 520 123 100
Binary 11101111 1010101 10010011 0 1000000 100110 110 101010000 1010011 1000000

Color Harmonies of #EF5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5593

Black with #EF5593

Text Example


Text Example

White with #EF5593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5593; }

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

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

background-color css

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

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

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

border-color css

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

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

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