Html Css Color HEX #E06377 Froly

📋 copy color: '#E06377'

red 224 ◦ green 99 ◦ blue 119

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

Shades of Froly #E06377

Tints of Froly #E06377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 50.68%
G = 22.4%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E06377 (or 0xE06377) is known color: Froly. HEX triplet: E0, 63 and 77. RGB value is (224,99,119). Sum of RGB (Red+Green+Blue) = 224+99+119=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06377 is #1F9C88. Grayscale: #8A8A8A. Windows color (decimal): -2071689 or 7824352. OLE color: 7824352.

HSL color Cylindrical-coordinate representation of color #E06377: hue angle of 350.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06377 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 119 -
CMYK 0 0.56 0.47 0.12
HSL 350.4º 0.67% 0.63% -
HSV(B) 350.4º 0.56% 0.88% -
XYZ 38.53 26.1 20.46 -
YUV 138.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 224 99 119 0 0.56 0.47 0.12 350.4 0.67 0.63
Hex E0 63 77 0 38 2F C 15E 43 3F
Octal 340 143 167 0 70 57 14 536 103 77
Binary 11100000 1100011 1110111 0 111000 101111 1100 101011110 1000011 111111

Color Harmonies of #E06377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06377

Black with #E06377

Text Example


Text Example

White with #E06377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06377; }

 p { color: rgb(224,99,119); }

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

background-color css

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

 a { background-color: rgb(224,99,119); }

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

border-color css

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

 span { border-color: rgb(224,99,119); }

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