Html Css Color HEX #E66465 Froly

📋 copy color: '#E66465'

red 230 ◦ green 100 ◦ blue 101

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

Shades of Froly #E66465

Tints of Froly #E66465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 53.36%
G = 23.2%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E66465 (or 0xE66465) is known color: Froly. HEX triplet: E6, 64 and 65. RGB value is (230,100,101). Sum of RGB (Red+Green+Blue) = 230+100+101=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E66465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66465 is #199B9A. Grayscale: #8B8B8B. Windows color (decimal): -1678235 or 6644966. OLE color: 6644966.

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

Color convert

RGB 230 100 101 -
CMYK 0 0.57 0.56 0.10
HSL 359.54º 0.72% 0.65% -
HSV(B) 359.54º 0.57% 0.9% -
XYZ 39.54 26.88 15.42 -
YUV 138.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 230 100 101 0 0.57 0.56 0.10 359.54 0.72 0.65
Hex E6 64 65 0 39 38 A 168 48 41
Octal 346 144 145 0 71 70 12 550 110 101
Binary 11100110 1100100 1100101 0 111001 111000 1010 101101000 1001000 1000001

Color Harmonies of #E66465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66465

Black with #E66465

Text Example


Text Example

White with #E66465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66465; }

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

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

background-color css

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

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

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

border-color css

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

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

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