Html Css Color HEX #EB5491 French Rose

📋 copy color: '#EB5491'

red 235 ◦ green 84 ◦ blue 145

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

Shades of French Rose #EB5491

Tints of French Rose #EB5491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

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

R = 50.65%
G = 18.1%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB5491 (or 0xEB5491) is known color: French Rose. HEX triplet: EB, 54 and 91. RGB value is (235,84,145). Sum of RGB (Red+Green+Blue) = 235+84+145=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5491 is #14AB6E. Grayscale: #888888. Windows color (decimal): -1354607 or 9524459. OLE color: 9524459.

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

Color convert

RGB 235 84 145 -
CMYK 0 0.64 0.38 0.08
HSL 335.76º 0.79% 0.63% -
HSV(B) 335.76º 0.64% 0.92% -
XYZ 42.54 26.05 29.57 -
YUV 136.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 235 84 145 0 0.64 0.38 0.08 335.76 0.79 0.63
Hex EB 54 91 0 40 26 8 150 4F 3F
Octal 353 124 221 0 100 46 10 520 117 77
Binary 11101011 1010100 10010001 0 1000000 100110 1000 101010000 1001111 111111

Color Harmonies of #EB5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5491

Black with #EB5491

Text Example


Text Example

White with #EB5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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