Html Css Color HEX #E6645A Flamingo

📋 copy color: '#E6645A'

red 230 ◦ green 100 ◦ blue 90

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

Shades of Flamingo #E6645A

Tints of Flamingo #E6645A

RGB

 RED value IS 230 (90.23% from 255) = 54.76%

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 54.76%
G = 23.81%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6645A (or 0xE6645A) is known color: Flamingo. HEX triplet: E6, 64 and 5A. RGB value is (230,100,90). Sum of RGB (Red+Green+Blue) = 230+100+90=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6645A is #199BA5. Grayscale: #898989. Windows color (decimal): -1678246 or 5924070. OLE color: 5924070.

HSL color Cylindrical-coordinate representation of color #E6645A: hue angle of 4.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6645A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 90 -
CMYK 0 0.57 0.61 0.10
HSL 4.29º 0.74% 0.63% -
HSV(B) 4.29º 0.61% 0.9% -
XYZ 39.04 26.68 12.76 -
YUV 137.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 230 100 90 0 0.57 0.61 0.10 4.29 0.74 0.63
Hex E6 64 5A 0 39 3D A 4 4A 3F
Octal 346 144 132 0 71 75 12 4 112 77
Binary 11100110 1100100 1011010 0 111001 111101 1010 100 1001010 111111

Color Harmonies of #E6645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6645A

Black with #E6645A

Text Example


Text Example

White with #E6645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6645A; }

 p { color: rgb(230,100,90); }

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

background-color css

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

 a { background-color: rgb(230,100,90); }

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

border-color css

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

 span { border-color: rgb(230,100,90); }

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