Html Css Color HEX #E15E6E Froly

📋 copy color: '#E15E6E'

red 225 ◦ green 94 ◦ blue 110

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

Shades of Froly #E15E6E

Tints of Froly #E15E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 52.45%
G = 21.91%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E15E6E (or 0xE15E6E) is known color: Froly. HEX triplet: E1, 5E and 6E. RGB value is (225,94,110). Sum of RGB (Red+Green+Blue) = 225+94+110=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E6E is #1EA191. Grayscale: #878787. Windows color (decimal): -2007442 or 7233249. OLE color: 7233249.

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

Color convert

RGB 225 94 110 -
CMYK 0 0.58 0.51 0.12
HSL 352.67º 0.69% 0.63% -
HSV(B) 352.67º 0.58% 0.88% -
XYZ 37.87 25.14 17.61 -
YUV 134.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 225 94 110 0 0.58 0.51 0.12 352.67 0.69 0.63
Hex E1 5E 6E 0 3A 33 C 161 45 3F
Octal 341 136 156 0 72 63 14 541 105 77
Binary 11100001 1011110 1101110 0 111010 110011 1100 101100001 1000101 111111

Color Harmonies of #E15E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E6E

Black with #E15E6E

Text Example


Text Example

White with #E15E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E6E; }

 p { color: rgb(225,94,110); }

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

background-color css

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

 a { background-color: rgb(225,94,110); }

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

border-color css

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

 span { border-color: rgb(225,94,110); }

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