Html Css Color HEX #E36770 Froly

📋 copy color: '#E36770'

red 227 ◦ green 103 ◦ blue 112

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

Shades of Froly #E36770

Tints of Froly #E36770

RGB

 RED value IS 227 (89.06% from 255) = 51.36%

 GREEN value IS 103 (40.63% from 255) = 23.3%

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

R = 51.36%
G = 23.3%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E36770 (or 0xE36770) is known color: Froly. HEX triplet: E3, 67 and 70. RGB value is (227,103,112). Sum of RGB (Red+Green+Blue) = 227+103+112=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E36770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36770 is #1C988F. Grayscale: #8D8D8D. Windows color (decimal): -1874064 or 7366627. OLE color: 7366627.

HSL color Cylindrical-coordinate representation of color #E36770: hue angle of 355.65º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E36770 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 103 112 -
CMYK 0 0.55 0.51 0.11
HSL 355.65º 0.69% 0.65% -
HSV(B) 355.65º 0.55% 0.89% -
XYZ 39.45 27.2 18.5 -
YUV 141.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 227 103 112 0 0.55 0.51 0.11 355.65 0.69 0.65
Hex E3 67 70 0 37 33 B 164 45 41
Octal 343 147 160 0 67 63 13 544 105 101
Binary 11100011 1100111 1110000 0 110111 110011 1011 101100100 1000101 1000001

Color Harmonies of #E36770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36770

Black with #E36770

Text Example


Text Example

White with #E36770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36770; }

 p { color: rgb(227,103,112); }

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

background-color css

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

 a { background-color: rgb(227,103,112); }

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

border-color css

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

 span { border-color: rgb(227,103,112); }

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