Html Css Color HEX #E1647D Froly

📋 copy color: '#E1647D'

red 225 ◦ green 100 ◦ blue 125

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

Shades of Froly #E1647D

Tints of Froly #E1647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 50%
G = 22.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1647D (or 0xE1647D) is known color: Froly. HEX triplet: E1, 64 and 7D. RGB value is (225,100,125). Sum of RGB (Red+Green+Blue) = 225+100+125=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1647D is #1E9B82. Grayscale: #8C8C8C. Windows color (decimal): -2005891 or 8217825. OLE color: 8217825.

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

Color convert

RGB 225 100 125 -
CMYK 0 0.56 0.44 0.12
HSL 348º 0.68% 0.64% -
HSV(B) 348º 0.56% 0.88% -
XYZ 39.31 26.6 22.46 -
YUV 140.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 225 100 125 0 0.56 0.44 0.12 348 0.68 0.64
Hex E1 64 7D 0 38 2C C 15C 44 40
Octal 341 144 175 0 70 54 14 534 104 100
Binary 11100001 1100100 1111101 0 111000 101100 1100 101011100 1000100 1000000

Color Harmonies of #E1647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1647D

Black with #E1647D

Text Example


Text Example

White with #E1647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1647D; }

 p { color: rgb(225,100,125); }

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

background-color css

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

 a { background-color: rgb(225,100,125); }

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

border-color css

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

 span { border-color: rgb(225,100,125); }

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