Html Css Color HEX #E5707D Froly

📋 copy color: '#E5707D'

red 229 ◦ green 112 ◦ blue 125

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

Shades of Froly #E5707D

Tints of Froly #E5707D

RGB

 RED value IS 229 (89.84% from 255) = 49.14%

 GREEN value IS 112 (44.14% from 255) = 24.03%

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

R = 49.14%
G = 24.03%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5707D (or 0xE5707D) is known color: Froly. HEX triplet: E5, 70 and 7D. RGB value is (229,112,125). Sum of RGB (Red+Green+Blue) = 229+112+125=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707D is #1A8F82. Grayscale: #949494. Windows color (decimal): -1740675 or 8220901. OLE color: 8220901.

HSL color Cylindrical-coordinate representation of color #E5707D: hue angle of 353.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5707D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 125 -
CMYK 0 0.51 0.45 0.10
HSL 353.33º 0.69% 0.67% -
HSV(B) 353.33º 0.51% 0.9% -
XYZ 41.81 29.73 22.94 -
YUV 148.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 229 112 125 0 0.51 0.45 0.10 353.33 0.69 0.67
Hex E5 70 7D 0 33 2D A 161 45 43
Octal 345 160 175 0 63 55 12 541 105 103
Binary 11100101 1110000 1111101 0 110011 101101 1010 101100001 1000101 1000011

Color Harmonies of #E5707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5707D

Black with #E5707D

Text Example


Text Example

White with #E5707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5707D; }

 p { color: rgb(229,112,125); }

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

background-color css

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

 a { background-color: rgb(229,112,125); }

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

border-color css

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

 span { border-color: rgb(229,112,125); }

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