Html Css Color HEX #E65552 Flamingo

📋 copy color: '#E65552'

red 230 ◦ green 85 ◦ blue 82

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

Shades of Flamingo #E65552

Tints of Flamingo #E65552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 57.93%
G = 21.41%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E65552 (or 0xE65552) is known color: Flamingo. HEX triplet: E6, 55 and 52. RGB value is (230,85,82). Sum of RGB (Red+Green+Blue) = 230+85+82=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E65552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65552 is #19AAAD. Grayscale: #808080. Windows color (decimal): -1682094 or 5395942. OLE color: 5395942.

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

Color convert

RGB 230 85 82 -
CMYK 0 0.63 0.64 0.10
HSL 1.22º 0.75% 0.61% -
HSV(B) 1.22º 0.64% 0.9% -
XYZ 37.4 23.93 10.63 -
YUV 128.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 230 85 82 0 0.63 0.64 0.10 1.22 0.75 0.61
Hex E6 55 52 0 3F 40 A 1 4B 3D
Octal 346 125 122 0 77 100 12 1 113 75
Binary 11100110 1010101 1010010 0 111111 1000000 1010 1 1001011 111101

Color Harmonies of #E65552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65552

Black with #E65552

Text Example


Text Example

White with #E65552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65552; }

 p { color: rgb(230,85,82); }

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

background-color css

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

 a { background-color: rgb(230,85,82); }

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

border-color css

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

 span { border-color: rgb(230,85,82); }

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