Html Css Color HEX #E67376 Froly

📋 copy color: '#E67376'

red 230 ◦ green 115 ◦ blue 118

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

Shades of Froly #E67376

Tints of Froly #E67376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 49.68%
G = 24.84%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67376 (or 0xE67376) is known color: Froly. HEX triplet: E6, 73 and 76. RGB value is (230,115,118). Sum of RGB (Red+Green+Blue) = 230+115+118=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67376 is #198C89. Grayscale: #959595. Windows color (decimal): -1674378 or 7762918. OLE color: 7762918.

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

Color convert

RGB 230 115 118 -
CMYK 0 0.5 0.49 0.10
HSL 358.43º 0.7% 0.68% -
HSV(B) 358.43º 0.5% 0.9% -
XYZ 42.03 30.39 20.79 -
YUV 149.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 230 115 118 0 0.5 0.49 0.10 358.43 0.7 0.68
Hex E6 73 76 0 32 31 A 166 46 44
Octal 346 163 166 0 62 61 12 546 106 104
Binary 11100110 1110011 1110110 0 110010 110001 1010 101100110 1000110 1000100

Color Harmonies of #E67376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67376

Black with #E67376

Text Example


Text Example

White with #E67376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67376; }

 p { color: rgb(230,115,118); }

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

background-color css

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

 a { background-color: rgb(230,115,118); }

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

border-color css

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

 span { border-color: rgb(230,115,118); }

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