Html Css Color HEX #E67780 Froly

📋 copy color: '#E67780'

red 230 ◦ green 119 ◦ blue 128

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

Shades of Froly #E67780

Tints of Froly #E67780

RGB

 RED value IS 230 (90.23% from 255) = 48.22%

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 48.22%
G = 24.95%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E67780 (or 0xE67780) is known color: Froly. HEX triplet: E6, 77 and 80. RGB value is (230,119,128). Sum of RGB (Red+Green+Blue) = 230+119+128=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E67780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67780 is #19887F. Grayscale: #999999. Windows color (decimal): -1673344 or 8419302. OLE color: 8419302.

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

Color convert

RGB 230 119 128 -
CMYK 0 0.48 0.44 0.10
HSL 355.14º 0.69% 0.68% -
HSV(B) 355.14º 0.48% 0.9% -
XYZ 43.13 31.58 24.24 -
YUV 153.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 230 119 128 0 0.48 0.44 0.10 355.14 0.69 0.68
Hex E6 77 80 0 30 2C A 163 45 44
Octal 346 167 200 0 60 54 12 543 105 104
Binary 11100110 1110111 10000000 0 110000 101100 1010 101100011 1000101 1000100

Color Harmonies of #E67780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67780

Black with #E67780

Text Example


Text Example

White with #E67780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67780; }

 p { color: rgb(230,119,128); }

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

background-color css

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

 a { background-color: rgb(230,119,128); }

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

border-color css

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

 span { border-color: rgb(230,119,128); }

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