Html Css Color HEX #E06570 Froly

📋 copy color: '#E06570'

red 224 ◦ green 101 ◦ blue 112

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

Shades of Froly #E06570

Tints of Froly #E06570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 51.26%
G = 23.11%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06570 (or 0xE06570) is known color: Froly. HEX triplet: E0, 65 and 70. RGB value is (224,101,112). Sum of RGB (Red+Green+Blue) = 224+101+112=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06570 is #1F9A8F. Grayscale: #8B8B8B. Windows color (decimal): -2071184 or 7366112. OLE color: 7366112.

HSL color Cylindrical-coordinate representation of color #E06570: hue angle of 354.63º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06570 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 112 -
CMYK 0 0.55 0.50 0.12
HSL 354.63º 0.66% 0.64% -
HSV(B) 354.63º 0.55% 0.88% -
XYZ 38.32 26.32 18.39 -
YUV 139.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 224 101 112 0 0.55 0.50 0.12 354.63 0.66 0.64
Hex E0 65 70 0 37 32 C 163 42 40
Octal 340 145 160 0 67 62 14 543 102 100
Binary 11100000 1100101 1110000 0 110111 110010 1100 101100011 1000010 1000000

Color Harmonies of #E06570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06570

Black with #E06570

Text Example


Text Example

White with #E06570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06570; }

 p { color: rgb(224,101,112); }

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

background-color css

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

 a { background-color: rgb(224,101,112); }

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

border-color css

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

 span { border-color: rgb(224,101,112); }

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