Html Css Color HEX #E67478 Froly

📋 copy color: '#E67478'

red 230 ◦ green 116 ◦ blue 120

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

Shades of Froly #E67478

Tints of Froly #E67478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

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

R = 49.36%
G = 24.89%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E67478 (or 0xE67478) is known color: Froly. HEX triplet: E6, 74 and 78. RGB value is (230,116,120). Sum of RGB (Red+Green+Blue) = 230+116+120=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67478 is #198B87. Grayscale: #969696. Windows color (decimal): -1674120 or 7894246. OLE color: 7894246.

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

Color convert

RGB 230 116 120 -
CMYK 0 0.50 0.48 0.10
HSL 357.89º 0.7% 0.68% -
HSV(B) 357.89º 0.5% 0.9% -
XYZ 42.27 30.67 21.46 -
YUV 150.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 230 116 120 0 0.50 0.48 0.10 357.89 0.7 0.68
Hex E6 74 78 0 32 30 A 166 46 44
Octal 346 164 170 0 62 60 12 546 106 104
Binary 11100110 1110100 1111000 0 110010 110000 1010 101100110 1000110 1000100

Color Harmonies of #E67478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67478

Black with #E67478

Text Example


Text Example

White with #E67478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67478; }

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

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

background-color css

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

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

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

border-color css

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

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

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