Html Css Color HEX #EF548E French Rose

📋 copy color: '#EF548E'

red 239 ◦ green 84 ◦ blue 142

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

Shades of French Rose #EF548E

Tints of French Rose #EF548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 51.4%
G = 18.06%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF548E (or 0xEF548E) is known color: French Rose. HEX triplet: EF, 54 and 8E. RGB value is (239,84,142). Sum of RGB (Red+Green+Blue) = 239+84+142=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF548E is #10AB71. Grayscale: #888888. Windows color (decimal): -1092466 or 9327855. OLE color: 9327855.

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

Color convert

RGB 239 84 142 -
CMYK 0 0.65 0.41 0.06
HSL 337.55º 0.83% 0.63% -
HSV(B) 337.55º 0.65% 0.94% -
XYZ 43.65 26.64 28.43 -
YUV 136.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 239 84 142 0 0.65 0.41 0.06 337.55 0.83 0.63
Hex EF 54 8E 0 41 29 6 152 53 3F
Octal 357 124 216 0 101 51 6 522 123 77
Binary 11101111 1010100 10001110 0 1000001 101001 110 101010010 1010011 111111

Color Harmonies of #EF548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF548E

Black with #EF548E

Text Example


Text Example

White with #EF548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF548E; }

 p { color: rgb(239,84,142); }

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

background-color css

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

 a { background-color: rgb(239,84,142); }

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

border-color css

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

 span { border-color: rgb(239,84,142); }

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