Html Css Color HEX #E6574B Flamingo

📋 copy color: '#E6574B'

red 230 ◦ green 87 ◦ blue 75

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

Shades of Flamingo #E6574B

Tints of Flamingo #E6574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 58.67%
G = 22.19%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6574B (or 0xE6574B) is known color: Flamingo. HEX triplet: E6, 57 and 4B. RGB value is (230,87,75). Sum of RGB (Red+Green+Blue) = 230+87+75=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6574B is #19A8B4. Grayscale: #808080. Windows color (decimal): -1681589 or 4937702. OLE color: 4937702.

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

Color convert

RGB 230 87 75 -
CMYK 0 0.62 0.67 0.10
HSL 4.65º 0.76% 0.6% -
HSV(B) 4.65º 0.67% 0.9% -
XYZ 37.31 24.15 9.35 -
YUV 128.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 230 87 75 0 0.62 0.67 0.10 4.65 0.76 0.6
Hex E6 57 4B 0 3E 43 A 5 4C 3C
Octal 346 127 113 0 76 103 12 5 114 74
Binary 11100110 1010111 1001011 0 111110 1000011 1010 101 1001100 111100

Color Harmonies of #E6574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6574B

Black with #E6574B

Text Example


Text Example

White with #E6574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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