Html Css Color HEX #E1627A Froly

📋 copy color: '#E1627A'

red 225 ◦ green 98 ◦ blue 122

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

Shades of Froly #E1627A

Tints of Froly #E1627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 50.56%
G = 22.02%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1627A (or 0xE1627A) is known color: Froly. HEX triplet: E1, 62 and 7A. RGB value is (225,98,122). Sum of RGB (Red+Green+Blue) = 225+98+122=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627A is #1E9D85. Grayscale: #8A8A8A. Windows color (decimal): -2006406 or 8020705. OLE color: 8020705.

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

Color convert

RGB 225 98 122 -
CMYK 0 0.56 0.46 0.12
HSL 348.66º 0.68% 0.63% -
HSV(B) 348.66º 0.56% 0.88% -
XYZ 38.93 26.15 21.41 -
YUV 138.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 225 98 122 0 0.56 0.46 0.12 348.66 0.68 0.63
Hex E1 62 7A 0 38 2E C 15D 44 3F
Octal 341 142 172 0 70 56 14 535 104 77
Binary 11100001 1100010 1111010 0 111000 101110 1100 101011101 1000100 111111

Color Harmonies of #E1627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1627A

Black with #E1627A

Text Example


Text Example

White with #E1627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1627A; }

 p { color: rgb(225,98,122); }

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

background-color css

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

 a { background-color: rgb(225,98,122); }

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

border-color css

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

 span { border-color: rgb(225,98,122); }

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