Html Css Color HEX #E0616D Froly

📋 copy color: '#E0616D'

red 224 ◦ green 97 ◦ blue 109

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

Shades of Froly #E0616D

Tints of Froly #E0616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 52.09%
G = 22.56%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0616D (or 0xE0616D) is known color: Froly. HEX triplet: E0, 61 and 6D. RGB value is (224,97,109). Sum of RGB (Red+Green+Blue) = 224+97+109=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0616D is #1F9E92. Grayscale: #888888. Windows color (decimal): -2072211 or 7168480. OLE color: 7168480.

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

Color convert

RGB 224 97 109 -
CMYK 0 0.57 0.51 0.12
HSL 354.33º 0.67% 0.63% -
HSV(B) 354.33º 0.57% 0.88% -
XYZ 37.78 25.5 17.4 -
YUV 136.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 224 97 109 0 0.57 0.51 0.12 354.33 0.67 0.63
Hex E0 61 6D 0 39 33 C 162 43 3F
Octal 340 141 155 0 71 63 14 542 103 77
Binary 11100000 1100001 1101101 0 111001 110011 1100 101100010 1000011 111111

Color Harmonies of #E0616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0616D

Black with #E0616D

Text Example


Text Example

White with #E0616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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