Html Css Color HEX #E45595 French Rose

📋 copy color: '#E45595'

red 228 ◦ green 85 ◦ blue 149

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

Shades of French Rose #E45595

Tints of French Rose #E45595

RGB

 RED value IS 228 (89.45% from 255) = 49.35%

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 49.35%
G = 18.4%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E45595 (or 0xE45595) is known color: French Rose. HEX triplet: E4, 55 and 95. RGB value is (228,85,149). Sum of RGB (Red+Green+Blue) = 228+85+149=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E45595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45595 is #1BAA6A. Grayscale: #868686. Windows color (decimal): -1813099 or 9786852. OLE color: 9786852.

HSL color Cylindrical-coordinate representation of color #E45595: hue angle of 333.15º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45595 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 149 -
CMYK 0 0.63 0.35 0.11
HSL 333.15º 0.73% 0.61% -
HSV(B) 333.15º 0.63% 0.89% -
XYZ 40.67 25.16 31.15 -
YUV 135.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 228 85 149 0 0.63 0.35 0.11 333.15 0.73 0.61
Hex E4 55 95 0 3F 23 B 14D 49 3D
Octal 344 125 225 0 77 43 13 515 111 75
Binary 11100100 1010101 10010101 0 111111 100011 1011 101001101 1001001 111101

Color Harmonies of #E45595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45595

Black with #E45595

Text Example


Text Example

White with #E45595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45595; }

 p { color: rgb(228,85,149); }

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

background-color css

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

 a { background-color: rgb(228,85,149); }

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

border-color css

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

 span { border-color: rgb(228,85,149); }

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