Html Css Color HEX #E4606A Froly

📋 copy color: '#E4606A'

red 228 ◦ green 96 ◦ blue 106

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

Shades of Froly #E4606A

Tints of Froly #E4606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.65%

R = 53.02%
G = 22.33%
B = 24.65%

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

#E4606A (or 0xE4606A) is known color: Froly. HEX triplet: E4, 60 and 6A. RGB value is (228,96,106). Sum of RGB (Red+Green+Blue) = 228+96+106=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E4606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4606A is #1B9F95. Grayscale: #888888. Windows color (decimal): -1810326 or 6971620. OLE color: 6971620.

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

Color convert

RGB 228 96 106 -
CMYK 0 0.58 0.54 0.11
HSL 355.45º 0.71% 0.64% -
HSV(B) 355.45º 0.58% 0.89% -
XYZ 38.78 25.9 16.59 -
YUV 136.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 228 96 106 0 0.58 0.54 0.11 355.45 0.71 0.64
Hex E4 60 6A 0 3A 36 B 163 47 40
Octal 344 140 152 0 72 66 13 543 107 100
Binary 11100100 1100000 1101010 0 111010 110110 1011 101100011 1000111 1000000

Color Harmonies of #E4606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4606A

Black with #E4606A

Text Example


Text Example

White with #E4606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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