Html Css Color HEX #EB5495 French Rose

📋 copy color: '#EB5495'

red 235 ◦ green 84 ◦ blue 149

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

Shades of French Rose #EB5495

Tints of French Rose #EB5495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 50.21%
G = 17.95%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB5495 (or 0xEB5495) is known color: French Rose. HEX triplet: EB, 54 and 95. RGB value is (235,84,149). Sum of RGB (Red+Green+Blue) = 235+84+149=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5495 is #14AB6A. Grayscale: #888888. Windows color (decimal): -1354603 or 9786603. OLE color: 9786603.

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

Color convert

RGB 235 84 149 -
CMYK 0 0.64 0.37 0.08
HSL 334.17º 0.79% 0.63% -
HSV(B) 334.17º 0.64% 0.92% -
XYZ 42.86 26.17 31.23 -
YUV 136.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 235 84 149 0 0.64 0.37 0.08 334.17 0.79 0.63
Hex EB 54 95 0 40 25 8 14E 4F 3F
Octal 353 124 225 0 100 45 10 516 117 77
Binary 11101011 1010100 10010101 0 1000000 100101 1000 101001110 1001111 111111

Color Harmonies of #EB5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5495

Black with #EB5495

Text Example


Text Example

White with #EB5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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