Html Css Color HEX #E6674B Flamingo

📋 copy color: '#E6674B'

red 230 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #E6674B

Tints of Flamingo #E6674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 56.37%
G = 25.25%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6674B (or 0xE6674B) is known color: Flamingo. HEX triplet: E6, 67 and 4B. RGB value is (230,103,75). Sum of RGB (Red+Green+Blue) = 230+103+75=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6674B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6674B is #1998B4. Grayscale: #8A8A8A. Windows color (decimal): -1677493 or 4941798. OLE color: 4941798.

HSL color Cylindrical-coordinate representation of color #E6674B: hue angle of 10.84º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6674B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 103 75 -
CMYK 0 0.55 0.67 0.10
HSL 10.84º 0.76% 0.6% -
HSV(B) 10.84º 0.67% 0.9% -
XYZ 38.75 27.03 9.83 -
YUV 137.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 230 103 75 0 0.55 0.67 0.10 10.84 0.76 0.6
Hex E6 67 4B 0 37 43 A B 4C 3C
Octal 346 147 113 0 67 103 12 13 114 74
Binary 11100110 1100111 1001011 0 110111 1000011 1010 1011 1001100 111100

Color Harmonies of #E6674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6674B

Black with #E6674B

Text Example


Text Example

White with #E6674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6674B; }

 p { color: rgb(230,103,75); }

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

background-color css

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

 a { background-color: rgb(230,103,75); }

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

border-color css

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

 span { border-color: rgb(230,103,75); }

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