Html Css Color HEX #EF558D French Rose

📋 copy color: '#EF558D'

red 239 ◦ green 85 ◦ blue 141

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

Shades of French Rose #EF558D

Tints of French Rose #EF558D

RGB

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

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

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

R = 51.4%
G = 18.28%
B = 30.32%

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

#EF558D (or 0xEF558D) is known color: French Rose. HEX triplet: EF, 55 and 8D. RGB value is (239,85,141). Sum of RGB (Red+Green+Blue) = 239+85+141=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF558D is #10AA72. Grayscale: #898989. Windows color (decimal): -1092211 or 9262575. OLE color: 9262575.

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

Color convert

RGB 239 85 141 -
CMYK 0 0.64 0.41 0.06
HSL 338.18º 0.83% 0.64% -
HSV(B) 338.18º 0.64% 0.94% -
XYZ 43.65 26.77 28.07 -
YUV 137.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 239 85 141 0 0.64 0.41 0.06 338.18 0.83 0.64
Hex EF 55 8D 0 40 29 6 152 53 40
Octal 357 125 215 0 100 51 6 522 123 100
Binary 11101111 1010101 10001101 0 1000000 101001 110 101010010 1010011 1000000

Color Harmonies of #EF558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF558D

Black with #EF558D

Text Example


Text Example

White with #EF558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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