Html Css Color HEX #EF548D French Rose

📋 copy color: '#EF548D'

red 239 ◦ green 84 ◦ blue 141

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

Shades of French Rose #EF548D

Tints of French Rose #EF548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 51.51%
G = 18.1%
B = 30.39%

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

#EF548D (or 0xEF548D) is known color: French Rose. HEX triplet: EF, 54 and 8D. RGB value is (239,84,141). Sum of RGB (Red+Green+Blue) = 239+84+141=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF548D is #10AB72. Grayscale: #888888. Windows color (decimal): -1092467 or 9262319. OLE color: 9262319.

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

Color convert

RGB 239 84 141 -
CMYK 0 0.65 0.41 0.06
HSL 337.94º 0.83% 0.63% -
HSV(B) 337.94º 0.65% 0.94% -
XYZ 43.57 26.61 28.04 -
YUV 136.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 239 84 141 0 0.65 0.41 0.06 337.94 0.83 0.63
Hex EF 54 8D 0 41 29 6 152 53 3F
Octal 357 124 215 0 101 51 6 522 123 77
Binary 11101111 1010100 10001101 0 1000001 101001 110 101010010 1010011 111111

Color Harmonies of #EF548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF548D

Black with #EF548D

Text Example


Text Example

White with #EF548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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