Html Css Color HEX #EF558B French Rose

📋 copy color: '#EF558B'

red 239 ◦ green 85 ◦ blue 139

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

Shades of French Rose #EF558B

Tints of French Rose #EF558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 51.62%
G = 18.36%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF558B (or 0xEF558B) is known color: French Rose. HEX triplet: EF, 55 and 8B. RGB value is (239,85,139). Sum of RGB (Red+Green+Blue) = 239+85+139=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF558B is #10AA74. Grayscale: #898989. Windows color (decimal): -1092213 or 9131503. OLE color: 9131503.

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

Color convert

RGB 239 85 139 -
CMYK 0 0.64 0.42 0.06
HSL 338.96º 0.83% 0.64% -
HSV(B) 338.96º 0.64% 0.94% -
XYZ 43.51 26.71 27.29 -
YUV 137.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 239 85 139 0 0.64 0.42 0.06 338.96 0.83 0.64
Hex EF 55 8B 0 40 2A 6 153 53 40
Octal 357 125 213 0 100 52 6 523 123 100
Binary 11101111 1010101 10001011 0 1000000 101010 110 101010011 1010011 1000000

Color Harmonies of #EF558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF558B

Black with #EF558B

Text Example


Text Example

White with #EF558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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