Html Css Color HEX #EA6352 Flamingo

📋 copy color: '#EA6352'

red 234 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #EA6352

Tints of Flamingo #EA6352

RGB

 RED value IS 234 (91.8% from 255) = 56.39%

 GREEN value IS 99 (39.06% from 255) = 23.86%

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

R = 56.39%
G = 23.86%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA6352 (or 0xEA6352) is known color: Flamingo. HEX triplet: EA, 63 and 52. RGB value is (234,99,82). Sum of RGB (Red+Green+Blue) = 234+99+82=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6352 is #159CAD. Grayscale: #898989. Windows color (decimal): -1416366 or 5399530. OLE color: 5399530.

HSL color Cylindrical-coordinate representation of color #EA6352: hue angle of 6.71º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA6352 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 82 -
CMYK 0 0.58 0.65 0.08
HSL 6.71º 0.78% 0.62% -
HSV(B) 6.71º 0.65% 0.92% -
XYZ 39.92 27.03 11.1 -
YUV 137.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 234 99 82 0 0.58 0.65 0.08 6.71 0.78 0.62
Hex EA 63 52 0 3A 41 8 7 4E 3E
Octal 352 143 122 0 72 101 10 7 116 76
Binary 11101010 1100011 1010010 0 111010 1000001 1000 111 1001110 111110

Color Harmonies of #EA6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6352

Black with #EA6352

Text Example


Text Example

White with #EA6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6352; }

 p { color: rgb(234,99,82); }

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

background-color css

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

 a { background-color: rgb(234,99,82); }

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

border-color css

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

 span { border-color: rgb(234,99,82); }

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