Html Css Color HEX #EB4682 French Rose

📋 copy color: '#EB4682'

red 235 ◦ green 70 ◦ blue 130

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

Shades of French Rose #EB4682

Tints of French Rose #EB4682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 54.02%
G = 16.09%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB4682 (or 0xEB4682) is known color: French Rose. HEX triplet: EB, 46 and 82. RGB value is (235,70,130). Sum of RGB (Red+Green+Blue) = 235+70+130=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4682 is #14B97D. Grayscale: #7E7E7E. Windows color (decimal): -1358206 or 8537835. OLE color: 8537835.

HSL color Cylindrical-coordinate representation of color #EB4682: hue angle of 338.18º 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 #EB4682 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 130 -
CMYK 0 0.70 0.45 0.08
HSL 338.18º 0.8% 0.6% -
HSV(B) 338.18º 0.7% 0.92% -
XYZ 40.48 23.65 23.55 -
YUV 126.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 235 70 130 0 0.70 0.45 0.08 338.18 0.8 0.6
Hex EB 46 82 0 46 2D 8 152 50 3C
Octal 353 106 202 0 106 55 10 522 120 74
Binary 11101011 1000110 10000010 0 1000110 101101 1000 101010010 1010000 111100

Color Harmonies of #EB4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4682

Black with #EB4682

Text Example


Text Example

White with #EB4682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4682; }

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

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

background-color css

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

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

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

border-color css

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

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

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