Html Css Color HEX #E76378 Froly

📋 copy color: '#E76378'

red 231 ◦ green 99 ◦ blue 120

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

Shades of Froly #E76378

Tints of Froly #E76378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

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

R = 51.33%
G = 22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76378 (or 0xE76378) is known color: Froly. HEX triplet: E7, 63 and 78. RGB value is (231,99,120). Sum of RGB (Red+Green+Blue) = 231+99+120=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76378 is #189C87. Grayscale: #8C8C8C. Windows color (decimal): -1612936 or 7889895. OLE color: 7889895.

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

Color convert

RGB 231 99 120 -
CMYK 0 0.57 0.48 0.09
HSL 350.45º 0.73% 0.65% -
HSV(B) 350.45º 0.57% 0.91% -
XYZ 40.81 27.27 20.88 -
YUV 140.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 231 99 120 0 0.57 0.48 0.09 350.45 0.73 0.65
Hex E7 63 78 0 39 30 9 15E 49 41
Octal 347 143 170 0 71 60 11 536 111 101
Binary 11100111 1100011 1111000 0 111001 110000 1001 101011110 1001001 1000001

Color Harmonies of #E76378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76378

Black with #E76378

Text Example


Text Example

White with #E76378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76378; }

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

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

background-color css

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

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

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

border-color css

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

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

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