Html Css Color HEX #E46C7B Froly

📋 copy color: '#E46C7B'

red 228 ◦ green 108 ◦ blue 123

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

Shades of Froly #E46C7B

Tints of Froly #E46C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 49.67%
G = 23.53%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E46C7B (or 0xE46C7B) is known color: Froly. HEX triplet: E4, 6C and 7B. RGB value is (228,108,123). Sum of RGB (Red+Green+Blue) = 228+108+123=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46C7B is #1B9384. Grayscale: #919191. Windows color (decimal): -1807237 or 8088804. OLE color: 8088804.

HSL color Cylindrical-coordinate representation of color #E46C7B: hue angle of 352.5º 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 #E46C7B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 108 123 -
CMYK 0 0.53 0.46 0.11
HSL 352.5º 0.69% 0.66% -
HSV(B) 352.5º 0.53% 0.89% -
XYZ 40.93 28.65 22.11 -
YUV 145.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 228 108 123 0 0.53 0.46 0.11 352.5 0.69 0.66
Hex E4 6C 7B 0 35 2E B 160 45 42
Octal 344 154 173 0 65 56 13 540 105 102
Binary 11100100 1101100 1111011 0 110101 101110 1011 101100000 1000101 1000010

Color Harmonies of #E46C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C7B

Black with #E46C7B

Text Example


Text Example

White with #E46C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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