Html Css Color HEX #E6665A Flamingo

📋 copy color: '#E6665A'

red 230 ◦ green 102 ◦ blue 90

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

Shades of Flamingo #E6665A

Tints of Flamingo #E6665A

RGB

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

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

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

R = 54.5%
G = 24.17%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6665A (or 0xE6665A) is known color: Flamingo. HEX triplet: E6, 66 and 5A. RGB value is (230,102,90). Sum of RGB (Red+Green+Blue) = 230+102+90=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6665A is #1999A5. Grayscale: #8B8B8B. Windows color (decimal): -1677734 or 5924582. OLE color: 5924582.

HSL color Cylindrical-coordinate representation of color #E6665A: hue angle of 5.14º 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 #E6665A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 90 -
CMYK 0 0.56 0.61 0.10
HSL 5.14º 0.74% 0.63% -
HSV(B) 5.14º 0.61% 0.9% -
XYZ 39.23 27.06 12.83 -
YUV 138.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 230 102 90 0 0.56 0.61 0.10 5.14 0.74 0.63
Hex E6 66 5A 0 38 3D A 5 4A 3F
Octal 346 146 132 0 70 75 12 5 112 77
Binary 11100110 1100110 1011010 0 111000 111101 1010 101 1001010 111111

Color Harmonies of #E6665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6665A

Black with #E6665A

Text Example


Text Example

White with #E6665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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