Html Css Color HEX #E65D55 Flamingo

📋 copy color: '#E65D55'

red 230 ◦ green 93 ◦ blue 85

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

Shades of Flamingo #E65D55

Tints of Flamingo #E65D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 56.37%
G = 22.79%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E65D55 (or 0xE65D55) is known color: Flamingo. HEX triplet: E6, 5D and 55. RGB value is (230,93,85). Sum of RGB (Red+Green+Blue) = 230+93+85=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D55 is #19A2AA. Grayscale: #858585. Windows color (decimal): -1680043 or 5594598. OLE color: 5594598.

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

Color convert

RGB 230 93 85 -
CMYK 0 0.60 0.63 0.10
HSL 3.31º 0.74% 0.62% -
HSV(B) 3.31º 0.63% 0.9% -
XYZ 38.19 25.31 11.47 -
YUV 133.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 230 93 85 0 0.60 0.63 0.10 3.31 0.74 0.62
Hex E6 5D 55 0 3C 3F A 3 4A 3E
Octal 346 135 125 0 74 77 12 3 112 76
Binary 11100110 1011101 1010101 0 111100 111111 1010 11 1001010 111110

Color Harmonies of #E65D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D55

Black with #E65D55

Text Example


Text Example

White with #E65D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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