Html Css Color HEX #E0667D Froly

📋 copy color: '#E0667D'

red 224 ◦ green 102 ◦ blue 125

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

Shades of Froly #E0667D

Tints of Froly #E0667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 49.67%
G = 22.62%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0667D (or 0xE0667D) is known color: Froly. HEX triplet: E0, 66 and 7D. RGB value is (224,102,125). Sum of RGB (Red+Green+Blue) = 224+102+125=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0667D is #1F9982. Grayscale: #8D8D8D. Windows color (decimal): -2070915 or 8218336. OLE color: 8218336.

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

Color convert

RGB 224 102 125 -
CMYK 0 0.54 0.44 0.12
HSL 348.69º 0.66% 0.64% -
HSV(B) 348.69º 0.54% 0.88% -
XYZ 39.19 26.83 22.52 -
YUV 141.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 224 102 125 0 0.54 0.44 0.12 348.69 0.66 0.64
Hex E0 66 7D 0 36 2C C 15D 42 40
Octal 340 146 175 0 66 54 14 535 102 100
Binary 11100000 1100110 1111101 0 110110 101100 1100 101011101 1000010 1000000

Color Harmonies of #E0667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0667D

Black with #E0667D

Text Example


Text Example

White with #E0667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0667D; }

 p { color: rgb(224,102,125); }

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

background-color css

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

 a { background-color: rgb(224,102,125); }

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

border-color css

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

 span { border-color: rgb(224,102,125); }

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