Html Css Color HEX #E75345 Flamingo

📋 copy color: '#E75345'

red 231 ◦ green 83 ◦ blue 69

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

Shades of Flamingo #E75345

Tints of Flamingo #E75345

RGB

 RED value IS 231 (90.63% from 255) = 60.31%

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

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 60.31%
G = 21.67%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E75345 (or 0xE75345) is known color: Flamingo. HEX triplet: E7, 53 and 45. RGB value is (231,83,69). Sum of RGB (Red+Green+Blue) = 231+83+69=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E75345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75345 is #18ACBA. Grayscale: #7D7D7D. Windows color (decimal): -1617083 or 4543463. OLE color: 4543463.

HSL color Cylindrical-coordinate representation of color #E75345: hue angle of 5.19º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E75345 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 69 -
CMYK 0 0.64 0.70 0.09
HSL 5.19º 0.77% 0.59% -
HSV(B) 5.19º 0.7% 0.91% -
XYZ 37.12 23.61 8.23 -
YUV 125.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 231 83 69 0 0.64 0.70 0.09 5.19 0.77 0.59
Hex E7 53 45 0 40 46 9 5 4D 3B
Octal 347 123 105 0 100 106 11 5 115 73
Binary 11100111 1010011 1000101 0 1000000 1000110 1001 101 1001101 111011

Color Harmonies of #E75345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75345

Black with #E75345

Text Example


Text Example

White with #E75345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75345; }

 p { color: rgb(231,83,69); }

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

background-color css

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

 a { background-color: rgb(231,83,69); }

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

border-color css

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

 span { border-color: rgb(231,83,69); }

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