Html Css Color HEX #E0616A Froly

📋 copy color: '#E0616A'

red 224 ◦ green 97 ◦ blue 106

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

Shades of Froly #E0616A

Tints of Froly #E0616A

RGB

 RED value IS 224 (87.89% from 255) = 52.46%

 GREEN value IS 97 (38.28% from 255) = 22.72%

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

R = 52.46%
G = 22.72%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0616A (or 0xE0616A) is known color: Froly. HEX triplet: E0, 61 and 6A. RGB value is (224,97,106). Sum of RGB (Red+Green+Blue) = 224+97+106=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0616A is #1F9E95. Grayscale: #888888. Windows color (decimal): -2072214 or 6971872. OLE color: 6971872.

HSL color Cylindrical-coordinate representation of color #E0616A: hue angle of 355.75º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0616A is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 106 -
CMYK 0 0.57 0.53 0.12
HSL 355.75º 0.67% 0.63% -
HSV(B) 355.75º 0.57% 0.88% -
XYZ 37.62 25.44 16.56 -
YUV 136 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 224 97 106 0 0.57 0.53 0.12 355.75 0.67 0.63
Hex E0 61 6A 0 39 35 C 164 43 3F
Octal 340 141 152 0 71 65 14 544 103 77
Binary 11100000 1100001 1101010 0 111001 110101 1100 101100100 1000011 111111

Color Harmonies of #E0616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0616A

Black with #E0616A

Text Example


Text Example

White with #E0616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0616A; }

 p { color: rgb(224,97,106); }

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

background-color css

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

 a { background-color: rgb(224,97,106); }

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

border-color css

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

 span { border-color: rgb(224,97,106); }

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