Html Css Color HEX #EF558A French Rose

📋 copy color: '#EF558A'

red 239 ◦ green 85 ◦ blue 138

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

Shades of French Rose #EF558A

Tints of French Rose #EF558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 51.73%
G = 18.4%
B = 29.87%

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

#EF558A (or 0xEF558A) is known color: French Rose. HEX triplet: EF, 55 and 8A. RGB value is (239,85,138). Sum of RGB (Red+Green+Blue) = 239+85+138=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF558A is #10AA75. Grayscale: #898989. Windows color (decimal): -1092214 or 9065967. OLE color: 9065967.

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

Color convert

RGB 239 85 138 -
CMYK 0 0.64 0.42 0.06
HSL 339.35º 0.83% 0.64% -
HSV(B) 339.35º 0.64% 0.94% -
XYZ 43.43 26.68 26.91 -
YUV 137.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 239 85 138 0 0.64 0.42 0.06 339.35 0.83 0.64
Hex EF 55 8A 0 40 2A 6 153 53 40
Octal 357 125 212 0 100 52 6 523 123 100
Binary 11101111 1010101 10001010 0 1000000 101010 110 101010011 1010011 1000000

Color Harmonies of #EF558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF558A

Black with #EF558A

Text Example


Text Example

White with #EF558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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