Html Css Color HEX #E46264 Froly

📋 copy color: '#E46264'

red 228 ◦ green 98 ◦ blue 100

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

Shades of Froly #E46264

Tints of Froly #E46264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23%

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

R = 53.52%
G = 23%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E46264 (or 0xE46264) is known color: Froly. HEX triplet: E4, 62 and 64. RGB value is (228,98,100). Sum of RGB (Red+Green+Blue) = 228+98+100=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E46264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46264 is #1B9D9B. Grayscale: #898989. Windows color (decimal): -1809820 or 6578916. OLE color: 6578916.

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

Color convert

RGB 228 98 100 -
CMYK 0 0.57 0.56 0.11
HSL 359.08º 0.71% 0.64% -
HSV(B) 359.08º 0.57% 0.89% -
XYZ 38.66 26.15 15.07 -
YUV 137.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 228 98 100 0 0.57 0.56 0.11 359.08 0.71 0.64
Hex E4 62 64 0 39 38 B 167 47 40
Octal 344 142 144 0 71 70 13 547 107 100
Binary 11100100 1100010 1100100 0 111001 111000 1011 101100111 1000111 1000000

Color Harmonies of #E46264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46264

Black with #E46264

Text Example


Text Example

White with #E46264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46264; }

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

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

background-color css

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

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

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

border-color css

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

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

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