Html Css Color HEX #EB4683 French Rose

📋 copy color: '#EB4683'

red 235 ◦ green 70 ◦ blue 131

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

Shades of French Rose #EB4683

Tints of French Rose #EB4683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 53.9%
G = 16.06%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB4683 (or 0xEB4683) is known color: French Rose. HEX triplet: EB, 46 and 83. RGB value is (235,70,131). Sum of RGB (Red+Green+Blue) = 235+70+131=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4683 is #14B97C. Grayscale: #7E7E7E. Windows color (decimal): -1358205 or 8603371. OLE color: 8603371.

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

Color convert

RGB 235 70 131 -
CMYK 0 0.70 0.44 0.08
HSL 337.82º 0.8% 0.6% -
HSV(B) 337.82º 0.7% 0.92% -
XYZ 40.55 23.68 23.91 -
YUV 126.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 235 70 131 0 0.70 0.44 0.08 337.82 0.8 0.6
Hex EB 46 83 0 46 2C 8 152 50 3C
Octal 353 106 203 0 106 54 10 522 120 74
Binary 11101011 1000110 10000011 0 1000110 101100 1000 101010010 1010000 111100

Color Harmonies of #EB4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4683

Black with #EB4683

Text Example


Text Example

White with #EB4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4683; }

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

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

background-color css

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

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

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

border-color css

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

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

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