Html Css Color HEX #E65D4C Flamingo

📋 copy color: '#E65D4C'

red 230 ◦ green 93 ◦ blue 76

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

Shades of Flamingo #E65D4C

Tints of Flamingo #E65D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 57.64%
G = 23.31%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E65D4C (or 0xE65D4C) is known color: Flamingo. HEX triplet: E6, 5D and 4C. RGB value is (230,93,76). Sum of RGB (Red+Green+Blue) = 230+93+76=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D4C is #19A2B3. Grayscale: #848484. Windows color (decimal): -1680052 or 5004774. OLE color: 5004774.

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

Color convert

RGB 230 93 76 -
CMYK 0 0.60 0.67 0.10
HSL 6.62º 0.75% 0.6% -
HSV(B) 6.62º 0.67% 0.9% -
XYZ 37.85 25.17 9.7 -
YUV 132.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 230 93 76 0 0.60 0.67 0.10 6.62 0.75 0.6
Hex E6 5D 4C 0 3C 43 A 7 4B 3C
Octal 346 135 114 0 74 103 12 7 113 74
Binary 11100110 1011101 1001100 0 111100 1000011 1010 111 1001011 111100

Color Harmonies of #E65D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D4C

Black with #E65D4C

Text Example


Text Example

White with #E65D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D4C; }

 p { color: rgb(230,93,76); }

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

background-color css

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

 a { background-color: rgb(230,93,76); }

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

border-color css

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

 span { border-color: rgb(230,93,76); }

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