Html Css Color HEX #E46C7E Froly

📋 copy color: '#E46C7E'

red 228 ◦ green 108 ◦ blue 126

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

Shades of Froly #E46C7E

Tints of Froly #E46C7E

RGB

 RED value IS 228 (89.45% from 255) = 49.35%

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 49.35%
G = 23.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E46C7E (or 0xE46C7E) is known color: Froly. HEX triplet: E4, 6C and 7E. RGB value is (228,108,126). Sum of RGB (Red+Green+Blue) = 228+108+126=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46C7E is #1B9381. Grayscale: #919191. Windows color (decimal): -1807234 or 8285412. OLE color: 8285412.

HSL color Cylindrical-coordinate representation of color #E46C7E: hue angle of 351º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46C7E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 108 126 -
CMYK 0 0.53 0.45 0.11
HSL 351º 0.69% 0.66% -
HSV(B) 351º 0.53% 0.89% -
XYZ 41.12 28.73 23.12 -
YUV 145.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 228 108 126 0 0.53 0.45 0.11 351 0.69 0.66
Hex E4 6C 7E 0 35 2D B 15F 45 42
Octal 344 154 176 0 65 55 13 537 105 102
Binary 11100100 1101100 1111110 0 110101 101101 1011 101011111 1000101 1000010

Color Harmonies of #E46C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C7E

Black with #E46C7E

Text Example


Text Example

White with #E46C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C7E; }

 p { color: rgb(228,108,126); }

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

background-color css

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

 a { background-color: rgb(228,108,126); }

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

border-color css

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

 span { border-color: rgb(228,108,126); }

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