Html Css Color HEX #E46465 Froly

📋 copy color: '#E46465'

red 228 ◦ green 100 ◦ blue 101

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

Shades of Froly #E46465

Tints of Froly #E46465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 53.15%
G = 23.31%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E46465 (or 0xE46465) is known color: Froly. HEX triplet: E4, 64 and 65. RGB value is (228,100,101). Sum of RGB (Red+Green+Blue) = 228+100+101=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E46465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46465 is #1B9B9A. Grayscale: #8A8A8A. Windows color (decimal): -1809307 or 6644964. OLE color: 6644964.

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

Color convert

RGB 228 100 101 -
CMYK 0 0.56 0.56 0.11
HSL 359.53º 0.7% 0.64% -
HSV(B) 359.53º 0.56% 0.89% -
XYZ 38.9 26.55 15.39 -
YUV 138.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 228 100 101 0 0.56 0.56 0.11 359.53 0.7 0.64
Hex E4 64 65 0 38 38 B 168 46 40
Octal 344 144 145 0 70 70 13 550 106 100
Binary 11100100 1100100 1100101 0 111000 111000 1011 101101000 1000110 1000000

Color Harmonies of #E46465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46465

Black with #E46465

Text Example


Text Example

White with #E46465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46465; }

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

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

background-color css

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

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

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

border-color css

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

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

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