Html Css Color HEX #E65348 Flamingo

📋 copy color: '#E65348'

red 230 ◦ green 83 ◦ blue 72

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

Shades of Flamingo #E65348

Tints of Flamingo #E65348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 59.74%
G = 21.56%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E65348 (or 0xE65348) is known color: Flamingo. HEX triplet: E6, 53 and 48. RGB value is (230,83,72). Sum of RGB (Red+Green+Blue) = 230+83+72=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E65348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65348 is #19ACB7. Grayscale: #7D7D7D. Windows color (decimal): -1682616 or 4740070. OLE color: 4740070.

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

Color convert

RGB 230 83 72 -
CMYK 0 0.64 0.69 0.10
HSL 4.18º 0.76% 0.59% -
HSV(B) 4.18º 0.69% 0.9% -
XYZ 36.9 23.48 8.72 -
YUV 125.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 230 83 72 0 0.64 0.69 0.10 4.18 0.76 0.59
Hex E6 53 48 0 40 45 A 4 4C 3B
Octal 346 123 110 0 100 105 12 4 114 73
Binary 11100110 1010011 1001000 0 1000000 1000101 1010 100 1001100 111011

Color Harmonies of #E65348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65348

Black with #E65348

Text Example


Text Example

White with #E65348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65348; }

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

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

background-color css

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

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

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

border-color css

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

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

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