Html Css Color HEX #E0617A Froly

📋 copy color: '#E0617A'

red 224 ◦ green 97 ◦ blue 122

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

Shades of Froly #E0617A

Tints of Froly #E0617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 50.56%
G = 21.9%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0617A (or 0xE0617A) is known color: Froly. HEX triplet: E0, 61 and 7A. RGB value is (224,97,122). Sum of RGB (Red+Green+Blue) = 224+97+122=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0617A is #1F9E85. Grayscale: #898989. Windows color (decimal): -2072198 or 8020448. OLE color: 8020448.

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

Color convert

RGB 224 97 122 -
CMYK 0 0.57 0.46 0.12
HSL 348.19º 0.67% 0.63% -
HSV(B) 348.19º 0.57% 0.88% -
XYZ 38.53 25.8 21.36 -
YUV 137.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 224 97 122 0 0.57 0.46 0.12 348.19 0.67 0.63
Hex E0 61 7A 0 39 2E C 15C 43 3F
Octal 340 141 172 0 71 56 14 534 103 77
Binary 11100000 1100001 1111010 0 111001 101110 1100 101011100 1000011 111111

Color Harmonies of #E0617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0617A

Black with #E0617A

Text Example


Text Example

White with #E0617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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