Html Css Color HEX #E65344 Flamingo

📋 copy color: '#E65344'

red 230 ◦ green 83 ◦ blue 68

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

Shades of Flamingo #E65344

Tints of Flamingo #E65344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 60.37%
G = 21.78%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E65344 (or 0xE65344) is known color: Flamingo. HEX triplet: E6, 53 and 44. RGB value is (230,83,68). Sum of RGB (Red+Green+Blue) = 230+83+68=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E65344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65344 is #19ACBB. Grayscale: #7D7D7D. Windows color (decimal): -1682620 or 4477926. OLE color: 4477926.

HSL color Cylindrical-coordinate representation of color #E65344: hue angle of 5.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65344 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 68 -
CMYK 0 0.64 0.70 0.10
HSL 5.56º 0.76% 0.58% -
HSV(B) 5.56º 0.7% 0.9% -
XYZ 36.77 23.43 8.05 -
YUV 125.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 230 83 68 0 0.64 0.70 0.10 5.56 0.76 0.58
Hex E6 53 44 0 40 46 A 6 4C 3A
Octal 346 123 104 0 100 106 12 6 114 72
Binary 11100110 1010011 1000100 0 1000000 1000110 1010 110 1001100 111010

Color Harmonies of #E65344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65344

Black with #E65344

Text Example


Text Example

White with #E65344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65344; }

 p { color: rgb(230,83,68); }

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

background-color css

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

 a { background-color: rgb(230,83,68); }

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

border-color css

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

 span { border-color: rgb(230,83,68); }

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