Html Css Color HEX #E46062 Froly

📋 copy color: '#E46062'

red 228 ◦ green 96 ◦ blue 98

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

Shades of Froly #E46062

Tints of Froly #E46062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 54.03%
G = 22.75%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E46062 (or 0xE46062) is known color: Froly. HEX triplet: E4, 60 and 62. RGB value is (228,96,98). Sum of RGB (Red+Green+Blue) = 228+96+98=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E46062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46062 is #1B9F9D. Grayscale: #878787. Windows color (decimal): -1810334 or 6447332. OLE color: 6447332.

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

Color convert

RGB 228 96 98 -
CMYK 0 0.58 0.57 0.11
HSL 359.09º 0.71% 0.64% -
HSV(B) 359.09º 0.58% 0.89% -
XYZ 38.38 25.74 14.5 -
YUV 135.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 228 96 98 0 0.58 0.57 0.11 359.09 0.71 0.64
Hex E4 60 62 0 3A 39 B 167 47 40
Octal 344 140 142 0 72 71 13 547 107 100
Binary 11100100 1100000 1100010 0 111010 111001 1011 101100111 1000111 1000000

Color Harmonies of #E46062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46062

Black with #E46062

Text Example


Text Example

White with #E46062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46062; }

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

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

background-color css

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

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

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

border-color css

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

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

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