Html Css Color HEX #E45F64 Froly

📋 copy color: '#E45F64'

red 228 ◦ green 95 ◦ blue 100

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

Shades of Froly #E45F64

Tints of Froly #E45F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 53.9%
G = 22.46%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E45F64 (or 0xE45F64) is known color: Froly. HEX triplet: E4, 5F and 64. RGB value is (228,95,100). Sum of RGB (Red+Green+Blue) = 228+95+100=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F64 is #1BA09B. Grayscale: #878787. Windows color (decimal): -1810588 or 6578148. OLE color: 6578148.

HSL color Cylindrical-coordinate representation of color #E45F64: hue angle of 357.74º 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 #E45F64 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 100 -
CMYK 0 0.58 0.56 0.11
HSL 357.74º 0.71% 0.63% -
HSV(B) 357.74º 0.58% 0.89% -
XYZ 38.39 25.6 14.97 -
YUV 135.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 228 95 100 0 0.58 0.56 0.11 357.74 0.71 0.63
Hex E4 5F 64 0 3A 38 B 166 47 3F
Octal 344 137 144 0 72 70 13 546 107 77
Binary 11100100 1011111 1100100 0 111010 111000 1011 101100110 1000111 111111

Color Harmonies of #E45F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F64

Black with #E45F64

Text Example


Text Example

White with #E45F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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