Html Css Color HEX #E45F75 Froly

📋 copy color: '#E45F75'

red 228 ◦ green 95 ◦ blue 117

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

Shades of Froly #E45F75

Tints of Froly #E45F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 51.82%
G = 21.59%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E45F75 (or 0xE45F75) is known color: Froly. HEX triplet: E4, 5F and 75. RGB value is (228,95,117). Sum of RGB (Red+Green+Blue) = 228+95+117=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F75 is #1BA08A. Grayscale: #898989. Windows color (decimal): -1810571 or 7692260. OLE color: 7692260.

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

Color convert

RGB 228 95 117 -
CMYK 0 0.58 0.49 0.11
HSL 350.08º 0.71% 0.63% -
HSV(B) 350.08º 0.58% 0.89% -
XYZ 39.3 25.96 19.77 -
YUV 137.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 228 95 117 0 0.58 0.49 0.11 350.08 0.71 0.63
Hex E4 5F 75 0 3A 31 B 15E 47 3F
Octal 344 137 165 0 72 61 13 536 107 77
Binary 11100100 1011111 1110101 0 111010 110001 1011 101011110 1000111 111111

Color Harmonies of #E45F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F75

Black with #E45F75

Text Example


Text Example

White with #E45F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F75; }

 p { color: rgb(228,95,117); }

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

background-color css

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

 a { background-color: rgb(228,95,117); }

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

border-color css

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

 span { border-color: rgb(228,95,117); }

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