Html Css Color HEX #EF558C French Rose

📋 copy color: '#EF558C'

red 239 ◦ green 85 ◦ blue 140

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

Shades of French Rose #EF558C

Tints of French Rose #EF558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 51.51%
G = 18.32%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF558C (or 0xEF558C) is known color: French Rose. HEX triplet: EF, 55 and 8C. RGB value is (239,85,140). Sum of RGB (Red+Green+Blue) = 239+85+140=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF558C is #10AA73. Grayscale: #898989. Windows color (decimal): -1092212 or 9197039. OLE color: 9197039.

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

Color convert

RGB 239 85 140 -
CMYK 0 0.64 0.41 0.06
HSL 338.57º 0.83% 0.64% -
HSV(B) 338.57º 0.64% 0.94% -
XYZ 43.58 26.74 27.68 -
YUV 137.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 239 85 140 0 0.64 0.41 0.06 338.57 0.83 0.64
Hex EF 55 8C 0 40 29 6 153 53 40
Octal 357 125 214 0 100 51 6 523 123 100
Binary 11101111 1010101 10001100 0 1000000 101001 110 101010011 1010011 1000000

Color Harmonies of #EF558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF558C

Black with #EF558C

Text Example


Text Example

White with #EF558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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