Html Css Color HEX #E67178 Froly

📋 copy color: '#E67178'

red 230 ◦ green 113 ◦ blue 120

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

Shades of Froly #E67178

Tints of Froly #E67178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 49.68%
G = 24.41%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E67178 (or 0xE67178) is known color: Froly. HEX triplet: E6, 71 and 78. RGB value is (230,113,120). Sum of RGB (Red+Green+Blue) = 230+113+120=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67178 is #198E87. Grayscale: #949494. Windows color (decimal): -1674888 or 7893478. OLE color: 7893478.

HSL color Cylindrical-coordinate representation of color #E67178: hue angle of 356.41º degrees, saturation: 0.7, 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 #E67178 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 120 -
CMYK 0 0.51 0.48 0.10
HSL 356.41º 0.7% 0.67% -
HSV(B) 356.41º 0.51% 0.9% -
XYZ 41.93 29.99 21.35 -
YUV 148.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 230 113 120 0 0.51 0.48 0.10 356.41 0.7 0.67
Hex E6 71 78 0 33 30 A 164 46 43
Octal 346 161 170 0 63 60 12 544 106 103
Binary 11100110 1110001 1111000 0 110011 110000 1010 101100100 1000110 1000011

Color Harmonies of #E67178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67178

Black with #E67178

Text Example


Text Example

White with #E67178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67178; }

 p { color: rgb(230,113,120); }

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

background-color css

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

 a { background-color: rgb(230,113,120); }

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

border-color css

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

 span { border-color: rgb(230,113,120); }

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