Html Css Color HEX #EB4891 French Rose

📋 copy color: '#EB4891'

red 235 ◦ green 72 ◦ blue 145

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

Shades of French Rose #EB4891

Tints of French Rose #EB4891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.93%

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 51.99%
G = 15.93%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB4891 (or 0xEB4891) is known color: French Rose. HEX triplet: EB, 48 and 91. RGB value is (235,72,145). Sum of RGB (Red+Green+Blue) = 235+72+145=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4891 is #14B76E. Grayscale: #808080. Windows color (decimal): -1357679 or 9521387. OLE color: 9521387.

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

Color convert

RGB 235 72 145 -
CMYK 0 0.69 0.38 0.08
HSL 333.13º 0.8% 0.6% -
HSV(B) 333.13º 0.69% 0.92% -
XYZ 41.69 24.34 29.29 -
YUV 129.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 235 72 145 0 0.69 0.38 0.08 333.13 0.8 0.6
Hex EB 48 91 0 45 26 8 14D 50 3C
Octal 353 110 221 0 105 46 10 515 120 74
Binary 11101011 1001000 10010001 0 1000101 100110 1000 101001101 1010000 111100

Color Harmonies of #EB4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4891

Black with #EB4891

Text Example


Text Example

White with #EB4891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4891; }

 p { color: rgb(235,72,145); }

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

background-color css

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

 a { background-color: rgb(235,72,145); }

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

border-color css

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

 span { border-color: rgb(235,72,145); }

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