Html Css Color HEX #EF5189 French Rose

📋 copy color: '#EF5189'

red 239 ◦ green 81 ◦ blue 137

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

Shades of French Rose #EF5189

Tints of French Rose #EF5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.72%

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 52.3%
G = 17.72%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF5189 (or 0xEF5189) is known color: French Rose. HEX triplet: EF, 51 and 89. RGB value is (239,81,137). Sum of RGB (Red+Green+Blue) = 239+81+137=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5189 is #10AE76. Grayscale: #868686. Windows color (decimal): -1093239 or 8999407. OLE color: 8999407.

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

Color convert

RGB 239 81 137 -
CMYK 0 0.66 0.43 0.06
HSL 338.73º 0.83% 0.63% -
HSV(B) 338.73º 0.66% 0.94% -
XYZ 43.05 26.04 26.42 -
YUV 134.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 239 81 137 0 0.66 0.43 0.06 338.73 0.83 0.63
Hex EF 51 89 0 42 2B 6 153 53 3F
Octal 357 121 211 0 102 53 6 523 123 77
Binary 11101111 1010001 10001001 0 1000010 101011 110 101010011 1010011 111111

Color Harmonies of #EF5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5189

Black with #EF5189

Text Example


Text Example

White with #EF5189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5189; }

 p { color: rgb(239,81,137); }

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

background-color css

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

 a { background-color: rgb(239,81,137); }

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

border-color css

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

 span { border-color: rgb(239,81,137); }

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