Html Css Color HEX #E2667D Froly

📋 copy color: '#E2667D'

red 226 ◦ green 102 ◦ blue 125

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

Shades of Froly #E2667D

Tints of Froly #E2667D

RGB

 RED value IS 226 (88.67% from 255) = 49.89%

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

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

R = 49.89%
G = 22.52%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2667D (or 0xE2667D) is known color: Froly. HEX triplet: E2, 66 and 7D. RGB value is (226,102,125). Sum of RGB (Red+Green+Blue) = 226+102+125=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2667D is #1D9982. Grayscale: #8D8D8D. Windows color (decimal): -1939843 or 8218338. OLE color: 8218338.

HSL color Cylindrical-coordinate representation of color #E2667D: hue angle of 348.87º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2667D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 102 125 -
CMYK 0 0.55 0.45 0.11
HSL 348.87º 0.68% 0.64% -
HSV(B) 348.87º 0.55% 0.89% -
XYZ 39.82 27.15 22.54 -
YUV 141.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 226 102 125 0 0.55 0.45 0.11 348.87 0.68 0.64
Hex E2 66 7D 0 37 2D B 15D 44 40
Octal 342 146 175 0 67 55 13 535 104 100
Binary 11100010 1100110 1111101 0 110111 101101 1011 101011101 1000100 1000000

Color Harmonies of #E2667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2667D

Black with #E2667D

Text Example


Text Example

White with #E2667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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