Html Css Color HEX #E65D3F Flamingo

📋 copy color: '#E65D3F'

red 230 ◦ green 93 ◦ blue 63

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

Shades of Flamingo #E65D3F

Tints of Flamingo #E65D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 59.59%
G = 24.09%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E65D3F (or 0xE65D3F) is known color: Flamingo. HEX triplet: E6, 5D and 3F. RGB value is (230,93,63). Sum of RGB (Red+Green+Blue) = 230+93+63=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D3F is #19A2C0. Grayscale: #828282. Windows color (decimal): -1680065 or 4152806. OLE color: 4152806.

HSL color Cylindrical-coordinate representation of color #E65D3F: hue angle of 10.78º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E65D3F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 63 -
CMYK 0 0.60 0.73 0.10
HSL 10.78º 0.77% 0.57% -
HSV(B) 10.78º 0.73% 0.9% -
XYZ 37.44 25.01 7.56 -
YUV 130.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 230 93 63 0 0.60 0.73 0.10 10.78 0.77 0.57
Hex E6 5D 3F 0 3C 49 A B 4D 39
Octal 346 135 77 0 74 111 12 13 115 71
Binary 11100110 1011101 111111 0 111100 1001001 1010 1011 1001101 111001

Color Harmonies of #E65D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D3F

Black with #E65D3F

Text Example


Text Example

White with #E65D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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