Html Css Color HEX #E2664B Flamingo

📋 copy color: '#E2664B'

red 226 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #E2664B

Tints of Flamingo #E2664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.61%

R = 56.08%
G = 25.31%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2664B (or 0xE2664B) is known color: Flamingo. HEX triplet: E2, 66 and 4B. RGB value is (226,102,75). Sum of RGB (Red+Green+Blue) = 226+102+75=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2664B is #1D99B4. Grayscale: #888888. Windows color (decimal): -1939893 or 4941538. OLE color: 4941538.

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

Color convert

RGB 226 102 75 -
CMYK 0 0.55 0.67 0.11
HSL 10.73º 0.72% 0.59% -
HSV(B) 10.73º 0.67% 0.89% -
XYZ 37.39 26.18 9.74 -
YUV 136 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 226 102 75 0 0.55 0.67 0.11 10.73 0.72 0.59
Hex E2 66 4B 0 37 43 B B 48 3B
Octal 342 146 113 0 67 103 13 13 110 73
Binary 11100010 1100110 1001011 0 110111 1000011 1011 1011 1001000 111011

Color Harmonies of #E2664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2664B

Black with #E2664B

Text Example


Text Example

White with #E2664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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