Html Css Color HEX #E76678 Froly

📋 copy color: '#E76678'

red 231 ◦ green 102 ◦ blue 120

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

Shades of Froly #E76678

Tints of Froly #E76678

RGB

 RED value IS 231 (90.63% from 255) = 50.99%

 GREEN value IS 102 (40.23% from 255) = 22.52%

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 50.99%
G = 22.52%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76678 (or 0xE76678) is known color: Froly. HEX triplet: E7, 66 and 78. RGB value is (231,102,120). Sum of RGB (Red+Green+Blue) = 231+102+120=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E76678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76678 is #189987. Grayscale: #8E8E8E. Windows color (decimal): -1612168 or 7890663. OLE color: 7890663.

HSL color Cylindrical-coordinate representation of color #E76678: hue angle of 351.63º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76678 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 120 -
CMYK 0 0.56 0.48 0.09
HSL 351.63º 0.73% 0.65% -
HSV(B) 351.63º 0.56% 0.91% -
XYZ 41.1 27.85 20.98 -
YUV 142.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 231 102 120 0 0.56 0.48 0.09 351.63 0.73 0.65
Hex E7 66 78 0 38 30 9 160 49 41
Octal 347 146 170 0 70 60 11 540 111 101
Binary 11100111 1100110 1111000 0 111000 110000 1001 101100000 1001001 1000001

Color Harmonies of #E76678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76678

Black with #E76678

Text Example


Text Example

White with #E76678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76678; }

 p { color: rgb(231,102,120); }

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

background-color css

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

 a { background-color: rgb(231,102,120); }

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

border-color css

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

 span { border-color: rgb(231,102,120); }

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