Html Css Color HEX #E15D4B Flamingo

📋 copy color: '#E15D4B'

red 225 ◦ green 93 ◦ blue 75

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

Shades of Flamingo #E15D4B

Tints of Flamingo #E15D4B

RGB

 RED value IS 225 (88.28% from 255) = 57.25%

 GREEN value IS 93 (36.72% from 255) = 23.66%

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

R = 57.25%
G = 23.66%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E15D4B (or 0xE15D4B) is known color: Flamingo. HEX triplet: E1, 5D and 4B. RGB value is (225,93,75). Sum of RGB (Red+Green+Blue) = 225+93+75=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D4B is #1EA2B4. Grayscale: #828282. Windows color (decimal): -2007733 or 4939233. OLE color: 4939233.

HSL color Cylindrical-coordinate representation of color #E15D4B: hue angle of 7.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E15D4B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 75 -
CMYK 0 0.59 0.67 0.12
HSL 7.2º 0.71% 0.59% -
HSV(B) 7.2º 0.67% 0.88% -
XYZ 36.24 24.34 9.45 -
YUV 130.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 225 93 75 0 0.59 0.67 0.12 7.2 0.71 0.59
Hex E1 5D 4B 0 3B 43 C 7 47 3B
Octal 341 135 113 0 73 103 14 7 107 73
Binary 11100001 1011101 1001011 0 111011 1000011 1100 111 1000111 111011

Color Harmonies of #E15D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D4B

Black with #E15D4B

Text Example


Text Example

White with #E15D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D4B; }

 p { color: rgb(225,93,75); }

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

background-color css

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

 a { background-color: rgb(225,93,75); }

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

border-color css

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

 span { border-color: rgb(225,93,75); }

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