Html Css Color HEX #E35F74 Froly

📋 copy color: '#E35F74'

red 227 ◦ green 95 ◦ blue 116

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

Shades of Froly #E35F74

Tints of Froly #E35F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 51.83%
G = 21.69%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E35F74 (or 0xE35F74) is known color: Froly. HEX triplet: E3, 5F and 74. RGB value is (227,95,116). Sum of RGB (Red+Green+Blue) = 227+95+116=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F74 is #1CA08B. Grayscale: #888888. Windows color (decimal): -1876108 or 7626723. OLE color: 7626723.

HSL color Cylindrical-coordinate representation of color #E35F74: hue angle of 350.45º 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 #E35F74 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 116 -
CMYK 0 0.58 0.49 0.11
HSL 350.45º 0.7% 0.63% -
HSV(B) 350.45º 0.58% 0.89% -
XYZ 38.92 25.78 19.45 -
YUV 136.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 227 95 116 0 0.58 0.49 0.11 350.45 0.7 0.63
Hex E3 5F 74 0 3A 31 B 15E 46 3F
Octal 343 137 164 0 72 61 13 536 106 77
Binary 11100011 1011111 1110100 0 111010 110001 1011 101011110 1000110 111111

Color Harmonies of #E35F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F74

Black with #E35F74

Text Example


Text Example

White with #E35F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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