Html Css Color HEX #EF5896 French Rose

📋 copy color: '#EF5896'

red 239 ◦ green 88 ◦ blue 150

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

Shades of French Rose #EF5896

Tints of French Rose #EF5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.45%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 50.1%
G = 18.45%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5896 (or 0xEF5896) is known color: French Rose. HEX triplet: EF, 58 and 96. RGB value is (239,88,150). Sum of RGB (Red+Green+Blue) = 239+88+150=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5896 is #10A769. Grayscale: #8C8C8C. Windows color (decimal): -1091434 or 9853167. OLE color: 9853167.

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

Color convert

RGB 239 88 150 -
CMYK 0 0.63 0.37 0.06
HSL 335.36º 0.83% 0.64% -
HSV(B) 335.36º 0.63% 0.94% -
XYZ 44.59 27.53 31.82 -
YUV 140.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 239 88 150 0 0.63 0.37 0.06 335.36 0.83 0.64
Hex EF 58 96 0 3F 25 6 14F 53 40
Octal 357 130 226 0 77 45 6 517 123 100
Binary 11101111 1011000 10010110 0 111111 100101 110 101001111 1010011 1000000

Color Harmonies of #EF5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5896

Black with #EF5896

Text Example


Text Example

White with #EF5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5896; }

 p { color: rgb(239,88,150); }

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

background-color css

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

 a { background-color: rgb(239,88,150); }

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

border-color css

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

 span { border-color: rgb(239,88,150); }

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