Html Css Color HEX #E67477 Froly

📋 copy color: '#E67477'

red 230 ◦ green 116 ◦ blue 119

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

Shades of Froly #E67477

Tints of Froly #E67477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 49.46%
G = 24.95%
B = 25.59%

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

#E67477 (or 0xE67477) is known color: Froly. HEX triplet: E6, 74 and 77. RGB value is (230,116,119). Sum of RGB (Red+Green+Blue) = 230+116+119=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67477 is #198B88. Grayscale: #969696. Windows color (decimal): -1674121 or 7828710. OLE color: 7828710.

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

Color convert

RGB 230 116 119 -
CMYK 0 0.50 0.48 0.10
HSL 358.42º 0.7% 0.68% -
HSV(B) 358.42º 0.5% 0.9% -
XYZ 42.21 30.65 21.14 -
YUV 150.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 230 116 119 0 0.50 0.48 0.10 358.42 0.7 0.68
Hex E6 74 77 0 32 30 A 166 46 44
Octal 346 164 167 0 62 60 12 546 106 104
Binary 11100110 1110100 1110111 0 110010 110000 1010 101100110 1000110 1000100

Color Harmonies of #E67477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67477

Black with #E67477

Text Example


Text Example

White with #E67477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67477; }

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

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

background-color css

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

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

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

border-color css

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

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

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