Html Css Color HEX #E46069 Froly

📋 copy color: '#E46069'

red 228 ◦ green 96 ◦ blue 105

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

Shades of Froly #E46069

Tints of Froly #E46069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 53.15%
G = 22.38%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E46069 (or 0xE46069) is known color: Froly. HEX triplet: E4, 60 and 69. RGB value is (228,96,105). Sum of RGB (Red+Green+Blue) = 228+96+105=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E46069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46069 is #1B9F96. Grayscale: #888888. Windows color (decimal): -1810327 or 6906084. OLE color: 6906084.

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

Color convert

RGB 228 96 105 -
CMYK 0 0.58 0.54 0.11
HSL 355.91º 0.71% 0.64% -
HSV(B) 355.91º 0.58% 0.89% -
XYZ 38.73 25.88 16.32 -
YUV 136.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 228 96 105 0 0.58 0.54 0.11 355.91 0.71 0.64
Hex E4 60 69 0 3A 36 B 164 47 40
Octal 344 140 151 0 72 66 13 544 107 100
Binary 11100100 1100000 1101001 0 111010 110110 1011 101100100 1000111 1000000

Color Harmonies of #E46069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46069

Black with #E46069

Text Example


Text Example

White with #E46069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46069; }

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

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

background-color css

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

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

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

border-color css

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

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

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