Html Css Color HEX #E35F70 Froly

📋 copy color: '#E35F70'

red 227 ◦ green 95 ◦ blue 112

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

Shades of Froly #E35F70

Tints of Froly #E35F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

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

R = 52.3%
G = 21.89%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E35F70 (or 0xE35F70) is known color: Froly. HEX triplet: E3, 5F and 70. RGB value is (227,95,112). Sum of RGB (Red+Green+Blue) = 227+95+112=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F70 is #1CA08F. Grayscale: #888888. Windows color (decimal): -1876112 or 7364579. OLE color: 7364579.

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

Color convert

RGB 227 95 112 -
CMYK 0 0.58 0.51 0.11
HSL 352.27º 0.7% 0.63% -
HSV(B) 352.27º 0.58% 0.89% -
XYZ 38.7 25.69 18.25 -
YUV 136.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 227 95 112 0 0.58 0.51 0.11 352.27 0.7 0.63
Hex E3 5F 70 0 3A 33 B 160 46 3F
Octal 343 137 160 0 72 63 13 540 106 77
Binary 11100011 1011111 1110000 0 111010 110011 1011 101100000 1000110 111111

Color Harmonies of #E35F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F70

Black with #E35F70

Text Example


Text Example

White with #E35F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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