Html Css Color HEX #E35F6D Froly

📋 copy color: '#E35F6D'

red 227 ◦ green 95 ◦ blue 109

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

Shades of Froly #E35F6D

Tints of Froly #E35F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 52.67%
G = 22.04%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E35F6D (or 0xE35F6D) is known color: Froly. HEX triplet: E3, 5F and 6D. RGB value is (227,95,109). Sum of RGB (Red+Green+Blue) = 227+95+109=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F6D is #1CA092. Grayscale: #888888. Windows color (decimal): -1876115 or 7167971. OLE color: 7167971.

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

Color convert

RGB 227 95 109 -
CMYK 0 0.58 0.52 0.11
HSL 353.64º 0.7% 0.63% -
HSV(B) 353.64º 0.58% 0.89% -
XYZ 38.53 25.62 17.38 -
YUV 136.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 227 95 109 0 0.58 0.52 0.11 353.64 0.7 0.63
Hex E3 5F 6D 0 3A 34 B 162 46 3F
Octal 343 137 155 0 72 64 13 542 106 77
Binary 11100011 1011111 1101101 0 111010 110100 1011 101100010 1000110 111111

Color Harmonies of #E35F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F6D

Black with #E35F6D

Text Example


Text Example

White with #E35F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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