Html Css Color HEX #E66264 Froly

📋 copy color: '#E66264'

red 230 ◦ green 98 ◦ blue 100

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

Shades of Froly #E66264

Tints of Froly #E66264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 53.74%
G = 22.9%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E66264 (or 0xE66264) is known color: Froly. HEX triplet: E6, 62 and 64. RGB value is (230,98,100). Sum of RGB (Red+Green+Blue) = 230+98+100=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E66264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66264 is #199D9B. Grayscale: #898989. Windows color (decimal): -1678748 or 6578918. OLE color: 6578918.

HSL color Cylindrical-coordinate representation of color #E66264: hue angle of 359.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66264 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 100 -
CMYK 0 0.57 0.57 0.10
HSL 359.09º 0.73% 0.64% -
HSV(B) 359.09º 0.57% 0.9% -
XYZ 39.3 26.48 15.1 -
YUV 137.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 230 98 100 0 0.57 0.57 0.10 359.09 0.73 0.64
Hex E6 62 64 0 39 39 A 167 49 40
Octal 346 142 144 0 71 71 12 547 111 100
Binary 11100110 1100010 1100100 0 111001 111001 1010 101100111 1001001 1000000

Color Harmonies of #E66264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66264

Black with #E66264

Text Example


Text Example

White with #E66264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66264; }

 p { color: rgb(230,98,100); }

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

background-color css

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

 a { background-color: rgb(230,98,100); }

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

border-color css

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

 span { border-color: rgb(230,98,100); }

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