Html Css Color HEX #EB5096 French Rose

📋 copy color: '#EB5096'

red 235 ◦ green 80 ◦ blue 150

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

Shades of French Rose #EB5096

Tints of French Rose #EB5096

RGB

 RED value IS 235 (92.19% from 255) = 50.54%

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 50.54%
G = 17.2%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB5096 (or 0xEB5096) is known color: French Rose. HEX triplet: EB, 50 and 96. RGB value is (235,80,150). Sum of RGB (Red+Green+Blue) = 235+80+150=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5096 is #14AF69. Grayscale: #868686. Windows color (decimal): -1355626 or 9851115. OLE color: 9851115.

HSL color Cylindrical-coordinate representation of color #EB5096: hue angle of 332.9º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB5096 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 150 -
CMYK 0 0.66 0.36 0.08
HSL 332.9º 0.79% 0.62% -
HSV(B) 332.9º 0.66% 0.92% -
XYZ 42.63 25.6 31.55 -
YUV 134.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 235 80 150 0 0.66 0.36 0.08 332.9 0.79 0.62
Hex EB 50 96 0 42 24 8 14D 4F 3E
Octal 353 120 226 0 102 44 10 515 117 76
Binary 11101011 1010000 10010110 0 1000010 100100 1000 101001101 1001111 111110

Color Harmonies of #EB5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5096

Black with #EB5096

Text Example


Text Example

White with #EB5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5096; }

 p { color: rgb(235,80,150); }

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

background-color css

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

 a { background-color: rgb(235,80,150); }

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

border-color css

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

 span { border-color: rgb(235,80,150); }

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