Html Css Color HEX #E67378 Froly

📋 copy color: '#E67378'

red 230 ◦ green 115 ◦ blue 120

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

Shades of Froly #E67378

Tints of Froly #E67378

RGB

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

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

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

R = 49.46%
G = 24.73%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E67378 (or 0xE67378) is known color: Froly. HEX triplet: E6, 73 and 78. RGB value is (230,115,120). Sum of RGB (Red+Green+Blue) = 230+115+120=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67378 is #198C87. Grayscale: #969696. Windows color (decimal): -1674376 or 7893990. OLE color: 7893990.

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

Color convert

RGB 230 115 120 -
CMYK 0 0.5 0.48 0.10
HSL 357.39º 0.7% 0.68% -
HSV(B) 357.39º 0.5% 0.9% -
XYZ 42.15 30.44 21.42 -
YUV 149.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 230 115 120 0 0.5 0.48 0.10 357.39 0.7 0.68
Hex E6 73 78 0 32 30 A 165 46 44
Octal 346 163 170 0 62 60 12 545 106 104
Binary 11100110 1110011 1111000 0 110010 110000 1010 101100101 1000110 1000100

Color Harmonies of #E67378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67378

Black with #E67378

Text Example


Text Example

White with #E67378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67378; }

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

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

background-color css

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

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

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

border-color css

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

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

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