Html Css Color HEX #EB4686 French Rose

📋 copy color: '#EB4686'

red 235 ◦ green 70 ◦ blue 134

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

Shades of French Rose #EB4686

Tints of French Rose #EB4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 53.53%
G = 15.95%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB4686 (or 0xEB4686) is known color: French Rose. HEX triplet: EB, 46 and 86. RGB value is (235,70,134). Sum of RGB (Red+Green+Blue) = 235+70+134=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4686 is #14B979. Grayscale: #7E7E7E. Windows color (decimal): -1358202 or 8799979. OLE color: 8799979.

HSL color Cylindrical-coordinate representation of color #EB4686: hue angle of 336.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4686 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 134 -
CMYK 0 0.70 0.43 0.08
HSL 336.73º 0.8% 0.6% -
HSV(B) 336.73º 0.7% 0.92% -
XYZ 40.75 23.76 24.99 -
YUV 126.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 235 70 134 0 0.70 0.43 0.08 336.73 0.8 0.6
Hex EB 46 86 0 46 2B 8 151 50 3C
Octal 353 106 206 0 106 53 10 521 120 74
Binary 11101011 1000110 10000110 0 1000110 101011 1000 101010001 1010000 111100

Color Harmonies of #EB4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4686

Black with #EB4686

Text Example


Text Example

White with #EB4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4686; }

 p { color: rgb(235,70,134); }

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

background-color css

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

 a { background-color: rgb(235,70,134); }

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

border-color css

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

 span { border-color: rgb(235,70,134); }

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