Html Css Color HEX #EF5093 French Rose

📋 copy color: '#EF5093'

red 239 ◦ green 80 ◦ blue 147

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

Shades of French Rose #EF5093

Tints of French Rose #EF5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 51.29%
G = 17.17%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF5093 (or 0xEF5093) is known color: French Rose. HEX triplet: EF, 50 and 93. RGB value is (239,80,147). Sum of RGB (Red+Green+Blue) = 239+80+147=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5093 is #10AF6C. Grayscale: #878787. Windows color (decimal): -1093485 or 9654511. OLE color: 9654511.

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

Color convert

RGB 239 80 147 -
CMYK 0 0.67 0.38 0.06
HSL 334.72º 0.83% 0.63% -
HSV(B) 334.72º 0.67% 0.94% -
XYZ 43.73 26.19 30.35 -
YUV 135.18 134.68 202.05 -
System Red Green Blue C M Y K H S L
Decimal 239 80 147 0 0.67 0.38 0.06 334.72 0.83 0.63
Hex EF 50 93 0 43 26 6 14F 53 3F
Octal 357 120 223 0 103 46 6 517 123 77
Binary 11101111 1010000 10010011 0 1000011 100110 110 101001111 1010011 111111

Color Harmonies of #EF5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5093

Black with #EF5093

Text Example


Text Example

White with #EF5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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