Html Css Color HEX #E65742 Flamingo

📋 copy color: '#E65742'

red 230 ◦ green 87 ◦ blue 66

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

Shades of Flamingo #E65742

Tints of Flamingo #E65742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 60.05%
G = 22.72%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E65742 (or 0xE65742) is known color: Flamingo. HEX triplet: E6, 57 and 42. RGB value is (230,87,66). Sum of RGB (Red+Green+Blue) = 230+87+66=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65742 is #19A8BD. Grayscale: #7F7F7F. Windows color (decimal): -1681598 or 4347878. OLE color: 4347878.

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

Color convert

RGB 230 87 66 -
CMYK 0 0.62 0.71 0.10
HSL 7.68º 0.77% 0.58% -
HSV(B) 7.68º 0.71% 0.9% -
XYZ 37.02 24.03 7.84 -
YUV 127.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 230 87 66 0 0.62 0.71 0.10 7.68 0.77 0.58
Hex E6 57 42 0 3E 47 A 8 4D 3A
Octal 346 127 102 0 76 107 12 10 115 72
Binary 11100110 1010111 1000010 0 111110 1000111 1010 1000 1001101 111010

Color Harmonies of #E65742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65742

Black with #E65742

Text Example


Text Example

White with #E65742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65742; }

 p { color: rgb(230,87,66); }

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

background-color css

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

 a { background-color: rgb(230,87,66); }

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

border-color css

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

 span { border-color: rgb(230,87,66); }

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