Html Css Color HEX #EA665A Flamingo

📋 copy color: '#EA665A'

red 234 ◦ green 102 ◦ blue 90

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

Shades of Flamingo #EA665A

Tints of Flamingo #EA665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 54.93%
G = 23.94%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA665A (or 0xEA665A) is known color: Flamingo. HEX triplet: EA, 66 and 5A. RGB value is (234,102,90). Sum of RGB (Red+Green+Blue) = 234+102+90=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA665A is #1599A5. Grayscale: #8C8C8C. Windows color (decimal): -1415590 or 5924586. OLE color: 5924586.

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

Color convert

RGB 234 102 90 -
CMYK 0 0.56 0.62 0.08
HSL 0.77% 0.64% -
HSV(B) 0.62% 0.92% -
XYZ 40.53 27.73 12.89 -
YUV 140.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 234 102 90 0 0.56 0.62 0.08 5 0.77 0.64
Hex EA 66 5A 0 38 3E 8 5 4D 40
Octal 352 146 132 0 70 76 10 5 115 100
Binary 11101010 1100110 1011010 0 111000 111110 1000 101 1001101 1000000

Color Harmonies of #EA665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA665A

Black with #EA665A

Text Example


Text Example

White with #EA665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA665A; }

 p { color: rgb(234,102,90); }

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

background-color css

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

 a { background-color: rgb(234,102,90); }

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

border-color css

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

 span { border-color: rgb(234,102,90); }

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