Html Css Color HEX #E65A4D Flamingo

📋 copy color: '#E65A4D'

red 230 ◦ green 90 ◦ blue 77

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

Shades of Flamingo #E65A4D

Tints of Flamingo #E65A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 57.93%
G = 22.67%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E65A4D (or 0xE65A4D) is known color: Flamingo. HEX triplet: E6, 5A and 4D. RGB value is (230,90,77). Sum of RGB (Red+Green+Blue) = 230+90+77=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A4D is #19A5B2. Grayscale: #828282. Windows color (decimal): -1680819 or 5069542. OLE color: 5069542.

HSL color Cylindrical-coordinate representation of color #E65A4D: hue angle of 5.1º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E65A4D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 77 -
CMYK 0 0.61 0.67 0.10
HSL 5.1º 0.75% 0.6% -
HSV(B) 5.1º 0.67% 0.9% -
XYZ 37.63 24.67 9.8 -
YUV 130.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 230 90 77 0 0.61 0.67 0.10 5.1 0.75 0.6
Hex E6 5A 4D 0 3D 43 A 5 4B 3C
Octal 346 132 115 0 75 103 12 5 113 74
Binary 11100110 1011010 1001101 0 111101 1000011 1010 101 1001011 111100

Color Harmonies of #E65A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A4D

Black with #E65A4D

Text Example


Text Example

White with #E65A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A4D; }

 p { color: rgb(230,90,77); }

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

background-color css

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

 a { background-color: rgb(230,90,77); }

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

border-color css

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

 span { border-color: rgb(230,90,77); }

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