Html Css Color HEX #EF5393 French Rose

📋 copy color: '#EF5393'

red 239 ◦ green 83 ◦ blue 147

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

Shades of French Rose #EF5393

Tints of French Rose #EF5393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 50.96%
G = 17.7%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5393 (or 0xEF5393) is known color: French Rose. HEX triplet: EF, 53 and 93. RGB value is (239,83,147). Sum of RGB (Red+Green+Blue) = 239+83+147=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5393 is #10AC6C. Grayscale: #888888. Windows color (decimal): -1092717 or 9655279. OLE color: 9655279.

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

Color convert

RGB 239 83 147 -
CMYK 0 0.65 0.38 0.06
HSL 335.38º 0.83% 0.63% -
HSV(B) 335.38º 0.65% 0.94% -
XYZ 43.96 26.64 30.43 -
YUV 136.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 239 83 147 0 0.65 0.38 0.06 335.38 0.83 0.63
Hex EF 53 93 0 41 26 6 14F 53 3F
Octal 357 123 223 0 101 46 6 517 123 77
Binary 11101111 1010011 10010011 0 1000001 100110 110 101001111 1010011 111111

Color Harmonies of #EF5393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5393

Black with #EF5393

Text Example


Text Example

White with #EF5393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5393; }

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

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

background-color css

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

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

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

border-color css

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

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

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