Html Css Color HEX #E66268 Froly

📋 copy color: '#E66268'

red 230 ◦ green 98 ◦ blue 104

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

Shades of Froly #E66268

Tints of Froly #E66268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 53.24%
G = 22.69%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E66268 (or 0xE66268) is known color: Froly. HEX triplet: E6, 62 and 68. RGB value is (230,98,104). Sum of RGB (Red+Green+Blue) = 230+98+104=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E66268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66268 is #199D97. Grayscale: #8A8A8A. Windows color (decimal): -1678744 or 6841062. OLE color: 6841062.

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

Color convert

RGB 230 98 104 -
CMYK 0 0.57 0.55 0.10
HSL 357.27º 0.73% 0.64% -
HSV(B) 357.27º 0.57% 0.9% -
XYZ 39.5 26.56 16.14 -
YUV 138.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 230 98 104 0 0.57 0.55 0.10 357.27 0.73 0.64
Hex E6 62 68 0 39 37 A 165 49 40
Octal 346 142 150 0 71 67 12 545 111 100
Binary 11100110 1100010 1101000 0 111001 110111 1010 101100101 1001001 1000000

Color Harmonies of #E66268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66268

Black with #E66268

Text Example


Text Example

White with #E66268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66268; }

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

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

background-color css

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

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

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

border-color css

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

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

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