Html Css Color HEX #E46274 Froly

📋 copy color: '#E46274'

red 228 ◦ green 98 ◦ blue 116

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

Shades of Froly #E46274

Tints of Froly #E46274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 51.58%
G = 22.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E46274 (or 0xE46274) is known color: Froly. HEX triplet: E4, 62 and 74. RGB value is (228,98,116). Sum of RGB (Red+Green+Blue) = 228+98+116=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E46274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46274 is #1B9D8B. Grayscale: #8A8A8A. Windows color (decimal): -1809804 or 7627492. OLE color: 7627492.

HSL color Cylindrical-coordinate representation of color #E46274: hue angle of 351.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E46274 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 98 116 -
CMYK 0 0.57 0.49 0.11
HSL 351.69º 0.71% 0.64% -
HSV(B) 351.69º 0.57% 0.89% -
XYZ 39.51 26.49 19.55 -
YUV 138.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 228 98 116 0 0.57 0.49 0.11 351.69 0.71 0.64
Hex E4 62 74 0 39 31 B 160 47 40
Octal 344 142 164 0 71 61 13 540 107 100
Binary 11100100 1100010 1110100 0 111001 110001 1011 101100000 1000111 1000000

Color Harmonies of #E46274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46274

Black with #E46274

Text Example


Text Example

White with #E46274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46274; }

 p { color: rgb(228,98,116); }

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

background-color css

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

 a { background-color: rgb(228,98,116); }

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

border-color css

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

 span { border-color: rgb(228,98,116); }

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