Html Css Color HEX #E26352 Flamingo

📋 copy color: '#E26352'

red 226 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #E26352

Tints of Flamingo #E26352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 55.53%
G = 24.32%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E26352 (or 0xE26352) is known color: Flamingo. HEX triplet: E2, 63 and 52. RGB value is (226,99,82). Sum of RGB (Red+Green+Blue) = 226+99+82=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E26352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26352 is #1D9CAD. Grayscale: #878787. Windows color (decimal): -1940654 or 5399522. OLE color: 5399522.

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

Color convert

RGB 226 99 82 -
CMYK 0 0.56 0.64 0.11
HSL 7.08º 0.71% 0.6% -
HSV(B) 7.08º 0.64% 0.89% -
XYZ 37.35 25.7 10.98 -
YUV 135.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 226 99 82 0 0.56 0.64 0.11 7.08 0.71 0.6
Hex E2 63 52 0 38 40 B 7 47 3C
Octal 342 143 122 0 70 100 13 7 107 74
Binary 11100010 1100011 1010010 0 111000 1000000 1011 111 1000111 111100

Color Harmonies of #E26352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26352

Black with #E26352

Text Example


Text Example

White with #E26352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26352; }

 p { color: rgb(226,99,82); }

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

background-color css

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

 a { background-color: rgb(226,99,82); }

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

border-color css

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

 span { border-color: rgb(226,99,82); }

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