Html Css Color HEX #E0616C Froly

📋 copy color: '#E0616C'

red 224 ◦ green 97 ◦ blue 108

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

Shades of Froly #E0616C

Tints of Froly #E0616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 52.21%
G = 22.61%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0616C (or 0xE0616C) is known color: Froly. HEX triplet: E0, 61 and 6C. RGB value is (224,97,108). Sum of RGB (Red+Green+Blue) = 224+97+108=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0616C is #1F9E93. Grayscale: #888888. Windows color (decimal): -2072212 or 7102944. OLE color: 7102944.

HSL color Cylindrical-coordinate representation of color #E0616C: hue angle of 354.8º 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 #E0616C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 108 -
CMYK 0 0.57 0.52 0.12
HSL 354.8º 0.67% 0.63% -
HSV(B) 354.8º 0.57% 0.88% -
XYZ 37.72 25.48 17.12 -
YUV 136.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 224 97 108 0 0.57 0.52 0.12 354.8 0.67 0.63
Hex E0 61 6C 0 39 34 C 163 43 3F
Octal 340 141 154 0 71 64 14 543 103 77
Binary 11100000 1100001 1101100 0 111001 110100 1100 101100011 1000011 111111

Color Harmonies of #E0616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0616C

Black with #E0616C

Text Example


Text Example

White with #E0616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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