Html Css Color HEX #EF5696 French Rose

📋 copy color: '#EF5696'

red 239 ◦ green 86 ◦ blue 150

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

Shades of French Rose #EF5696

Tints of French Rose #EF5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 50.32%
G = 18.11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF5696 (or 0xEF5696) is known color: French Rose. HEX triplet: EF, 56 and 96. RGB value is (239,86,150). Sum of RGB (Red+Green+Blue) = 239+86+150=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5696 is #10A969. Grayscale: #8A8A8A. Windows color (decimal): -1091946 or 9852655. OLE color: 9852655.

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

Color convert

RGB 239 86 150 -
CMYK 0 0.64 0.37 0.06
HSL 334.9º 0.83% 0.64% -
HSV(B) 334.9º 0.64% 0.94% -
XYZ 44.43 27.21 31.76 -
YUV 139.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 239 86 150 0 0.64 0.37 0.06 334.9 0.83 0.64
Hex EF 56 96 0 40 25 6 14F 53 40
Octal 357 126 226 0 100 45 6 517 123 100
Binary 11101111 1010110 10010110 0 1000000 100101 110 101001111 1010011 1000000

Color Harmonies of #EF5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5696

Black with #EF5696

Text Example


Text Example

White with #EF5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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