Html Css Color HEX #E15D68 Froly

📋 copy color: '#E15D68'

red 225 ◦ green 93 ◦ blue 104

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

Shades of Froly #E15D68

Tints of Froly #E15D68

RGB

 RED value IS 225 (88.28% from 255) = 53.32%

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

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

R = 53.32%
G = 22.04%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E15D68 (or 0xE15D68) is known color: Froly. HEX triplet: E1, 5D and 68. RGB value is (225,93,104). Sum of RGB (Red+Green+Blue) = 225+93+104=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D68 is #1EA297. Grayscale: #858585. Windows color (decimal): -2007704 or 6839777. OLE color: 6839777.

HSL color Cylindrical-coordinate representation of color #E15D68: hue angle of 355º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D68 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 104 -
CMYK 0 0.59 0.54 0.12
HSL 355º 0.69% 0.62% -
HSV(B) 355º 0.59% 0.88% -
XYZ 37.46 24.84 15.92 -
YUV 133.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 225 93 104 0 0.59 0.54 0.12 355 0.69 0.62
Hex E1 5D 68 0 3B 36 C 163 45 3E
Octal 341 135 150 0 73 66 14 543 105 76
Binary 11100001 1011101 1101000 0 111011 110110 1100 101100011 1000101 111110

Color Harmonies of #E15D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D68

Black with #E15D68

Text Example


Text Example

White with #E15D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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