Html Css Color HEX #E06468 Froly

📋 copy color: '#E06468'

red 224 ◦ green 100 ◦ blue 104

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

Shades of Froly #E06468

Tints of Froly #E06468

RGB

 RED value IS 224 (87.89% from 255) = 52.34%

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

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

R = 52.34%
G = 23.36%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E06468 (or 0xE06468) is known color: Froly. HEX triplet: E0, 64 and 68. RGB value is (224,100,104). Sum of RGB (Red+Green+Blue) = 224+100+104=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E06468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06468 is #1F9B97. Grayscale: #898989. Windows color (decimal): -2071448 or 6841568. OLE color: 6841568.

HSL color Cylindrical-coordinate representation of color #E06468: hue angle of 358.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06468 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 104 -
CMYK 0 0.55 0.54 0.12
HSL 358.06º 0.67% 0.64% -
HSV(B) 358.06º 0.55% 0.88% -
XYZ 37.8 25.96 16.12 -
YUV 137.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 224 100 104 0 0.55 0.54 0.12 358.06 0.67 0.64
Hex E0 64 68 0 37 36 C 166 43 40
Octal 340 144 150 0 67 66 14 546 103 100
Binary 11100000 1100100 1101000 0 110111 110110 1100 101100110 1000011 1000000

Color Harmonies of #E06468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06468

Black with #E06468

Text Example


Text Example

White with #E06468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06468; }

 p { color: rgb(224,100,104); }

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

background-color css

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

 a { background-color: rgb(224,100,104); }

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

border-color css

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

 span { border-color: rgb(224,100,104); }

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