Html Css Color HEX #EF548C French Rose

📋 copy color: '#EF548C'

red 239 ◦ green 84 ◦ blue 140

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

Shades of French Rose #EF548C

Tints of French Rose #EF548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 51.62%
G = 18.14%
B = 30.24%

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

#EF548C (or 0xEF548C) is known color: French Rose. HEX triplet: EF, 54 and 8C. RGB value is (239,84,140). Sum of RGB (Red+Green+Blue) = 239+84+140=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF548C is #10AB73. Grayscale: #888888. Windows color (decimal): -1092468 or 9196783. OLE color: 9196783.

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

Color convert

RGB 239 84 140 -
CMYK 0 0.65 0.41 0.06
HSL 338.32º 0.83% 0.63% -
HSV(B) 338.32º 0.65% 0.94% -
XYZ 43.5 26.58 27.65 -
YUV 136.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 239 84 140 0 0.65 0.41 0.06 338.32 0.83 0.63
Hex EF 54 8C 0 41 29 6 152 53 3F
Octal 357 124 214 0 101 51 6 522 123 77
Binary 11101111 1010100 10001100 0 1000001 101001 110 101010010 1010011 111111

Color Harmonies of #EF548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF548C

Black with #EF548C

Text Example


Text Example

White with #EF548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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