Html Css Color HEX #E35D68 Froly

📋 copy color: '#E35D68'

red 227 ◦ green 93 ◦ blue 104

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

Shades of Froly #E35D68

Tints of Froly #E35D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 53.54%
G = 21.93%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E35D68 (or 0xE35D68) is known color: Froly. HEX triplet: E3, 5D and 68. RGB value is (227,93,104). Sum of RGB (Red+Green+Blue) = 227+93+104=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D68 is #1CA297. Grayscale: #868686. Windows color (decimal): -1876632 or 6839779. OLE color: 6839779.

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

Color convert

RGB 227 93 104 -
CMYK 0 0.59 0.54 0.11
HSL 355.07º 0.71% 0.63% -
HSV(B) 355.07º 0.59% 0.89% -
XYZ 38.09 25.16 15.95 -
YUV 134.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 227 93 104 0 0.59 0.54 0.11 355.07 0.71 0.63
Hex E3 5D 68 0 3B 36 B 163 47 3F
Octal 343 135 150 0 73 66 13 543 107 77
Binary 11100011 1011101 1101000 0 111011 110110 1011 101100011 1000111 111111

Color Harmonies of #E35D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D68

Black with #E35D68

Text Example


Text Example

White with #E35D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D68; }

 p { color: rgb(227,93,104); }

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

background-color css

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

 a { background-color: rgb(227,93,104); }

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

border-color css

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

 span { border-color: rgb(227,93,104); }

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