Html Css Color HEX #E15C6C Froly

📋 copy color: '#E15C6C'

red 225 ◦ green 92 ◦ blue 108

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

Shades of Froly #E15C6C

Tints of Froly #E15C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 52.94%
G = 21.65%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E15C6C (or 0xE15C6C) is known color: Froly. HEX triplet: E1, 5C and 6C. RGB value is (225,92,108). Sum of RGB (Red+Green+Blue) = 225+92+108=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C6C is #1EA393. Grayscale: #858585. Windows color (decimal): -2007956 or 7101665. OLE color: 7101665.

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

Color convert

RGB 225 92 108 -
CMYK 0 0.59 0.52 0.12
HSL 352.78º 0.69% 0.62% -
HSV(B) 352.78º 0.59% 0.88% -
XYZ 37.59 24.74 16.98 -
YUV 133.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 225 92 108 0 0.59 0.52 0.12 352.78 0.69 0.62
Hex E1 5C 6C 0 3B 34 C 161 45 3E
Octal 341 134 154 0 73 64 14 541 105 76
Binary 11100001 1011100 1101100 0 111011 110100 1100 101100001 1000101 111110

Color Harmonies of #E15C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C6C

Black with #E15C6C

Text Example


Text Example

White with #E15C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C6C; }

 p { color: rgb(225,92,108); }

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

background-color css

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

 a { background-color: rgb(225,92,108); }

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

border-color css

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

 span { border-color: rgb(225,92,108); }

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