Html Css Color HEX #E15C6B Froly

📋 copy color: '#E15C6B'

red 225 ◦ green 92 ◦ blue 107

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

Shades of Froly #E15C6B

Tints of Froly #E15C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 53.07%
G = 21.7%
B = 25.24%

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

#E15C6B (or 0xE15C6B) is known color: Froly. HEX triplet: E1, 5C and 6B. RGB value is (225,92,107). Sum of RGB (Red+Green+Blue) = 225+92+107=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C6B is #1EA394. Grayscale: #858585. Windows color (decimal): -2007957 or 7036129. OLE color: 7036129.

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

Color convert

RGB 225 92 107 -
CMYK 0 0.59 0.52 0.12
HSL 353.23º 0.69% 0.62% -
HSV(B) 353.23º 0.59% 0.88% -
XYZ 37.53 24.72 16.7 -
YUV 133.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 225 92 107 0 0.59 0.52 0.12 353.23 0.69 0.62
Hex E1 5C 6B 0 3B 34 C 161 45 3E
Octal 341 134 153 0 73 64 14 541 105 76
Binary 11100001 1011100 1101011 0 111011 110100 1100 101100001 1000101 111110

Color Harmonies of #E15C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C6B

Black with #E15C6B

Text Example


Text Example

White with #E15C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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