Html Css Color HEX #E15A6A Froly

📋 copy color: '#E15A6A'

red 225 ◦ green 90 ◦ blue 106

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

Shades of Froly #E15A6A

Tints of Froly #E15A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 53.44%
G = 21.38%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E15A6A (or 0xE15A6A) is known color: Froly. HEX triplet: E1, 5A and 6A. RGB value is (225,90,106). Sum of RGB (Red+Green+Blue) = 225+90+106=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A6A is #1EA595. Grayscale: #848484. Windows color (decimal): -2008470 or 6970081. OLE color: 6970081.

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

Color convert

RGB 225 90 106 -
CMYK 0 0.60 0.53 0.12
HSL 352.89º 0.69% 0.62% -
HSV(B) 352.89º 0.6% 0.88% -
XYZ 37.31 24.36 16.37 -
YUV 132.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 225 90 106 0 0.60 0.53 0.12 352.89 0.69 0.62
Hex E1 5A 6A 0 3C 35 C 161 45 3E
Octal 341 132 152 0 74 65 14 541 105 76
Binary 11100001 1011010 1101010 0 111100 110101 1100 101100001 1000101 111110

Color Harmonies of #E15A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A6A

Black with #E15A6A

Text Example


Text Example

White with #E15A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A6A; }

 p { color: rgb(225,90,106); }

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

background-color css

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

 a { background-color: rgb(225,90,106); }

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

border-color css

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

 span { border-color: rgb(225,90,106); }

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