Html Css Color HEX #E06075 Froly

📋 copy color: '#E06075'

red 224 ◦ green 96 ◦ blue 117

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

Shades of Froly #E06075

Tints of Froly #E06075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 51.26%
G = 21.97%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06075 (or 0xE06075) is known color: Froly. HEX triplet: E0, 60 and 75. RGB value is (224,96,117). Sum of RGB (Red+Green+Blue) = 224+96+117=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E06075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06075 is #1F9F8A. Grayscale: #888888. Windows color (decimal): -2072459 or 7692512. OLE color: 7692512.

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

Color convert

RGB 224 96 117 -
CMYK 0 0.57 0.48 0.12
HSL 350.16º 0.67% 0.63% -
HSV(B) 350.16º 0.57% 0.88% -
XYZ 38.13 25.5 19.74 -
YUV 136.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 224 96 117 0 0.57 0.48 0.12 350.16 0.67 0.63
Hex E0 60 75 0 39 30 C 15E 43 3F
Octal 340 140 165 0 71 60 14 536 103 77
Binary 11100000 1100000 1110101 0 111001 110000 1100 101011110 1000011 111111

Color Harmonies of #E06075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06075

Black with #E06075

Text Example


Text Example

White with #E06075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06075; }

 p { color: rgb(224,96,117); }

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

background-color css

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

 a { background-color: rgb(224,96,117); }

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

border-color css

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

 span { border-color: rgb(224,96,117); }

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