Html Css Color HEX #E66469 Froly

📋 copy color: '#E66469'

red 230 ◦ green 100 ◦ blue 105

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

Shades of Froly #E66469

Tints of Froly #E66469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 52.87%
G = 22.99%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E66469 (or 0xE66469) is known color: Froly. HEX triplet: E6, 64 and 69. RGB value is (230,100,105). Sum of RGB (Red+Green+Blue) = 230+100+105=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E66469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66469 is #199B96. Grayscale: #8B8B8B. Windows color (decimal): -1678231 or 6907110. OLE color: 6907110.

HSL color Cylindrical-coordinate representation of color #E66469: hue angle of 357.69º 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 #E66469 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 105 -
CMYK 0 0.57 0.54 0.10
HSL 357.69º 0.72% 0.65% -
HSV(B) 357.69º 0.57% 0.9% -
XYZ 39.74 26.96 16.47 -
YUV 139.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 230 100 105 0 0.57 0.54 0.10 357.69 0.72 0.65
Hex E6 64 69 0 39 36 A 166 48 41
Octal 346 144 151 0 71 66 12 546 110 101
Binary 11100110 1100100 1101001 0 111001 110110 1010 101100110 1001000 1000001

Color Harmonies of #E66469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66469

Black with #E66469

Text Example


Text Example

White with #E66469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66469; }

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

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

background-color css

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

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

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

border-color css

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

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

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