Html Css Color HEX #EC625A Flamingo

📋 copy color: '#EC625A'

red 236 ◦ green 98 ◦ blue 90

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

Shades of Flamingo #EC625A

Tints of Flamingo #EC625A

RGB

 RED value IS 236 (92.58% from 255) = 55.66%

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 55.66%
G = 23.11%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC625A (or 0xEC625A) is known color: Flamingo. HEX triplet: EC, 62 and 5A. RGB value is (236,98,90). Sum of RGB (Red+Green+Blue) = 236+98+90=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC625A is #139DA5. Grayscale: #8A8A8A. Windows color (decimal): -1285542 or 5923564. OLE color: 5923564.

HSL color Cylindrical-coordinate representation of color #EC625A: hue angle of 3.29º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC625A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 90 -
CMYK 0 0.58 0.62 0.07
HSL 3.29º 0.79% 0.64% -
HSV(B) 3.29º 0.62% 0.93% -
XYZ 40.81 27.31 12.79 -
YUV 138.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 236 98 90 0 0.58 0.62 0.07 3.29 0.79 0.64
Hex EC 62 5A 0 3A 3E 7 3 4F 40
Octal 354 142 132 0 72 76 7 3 117 100
Binary 11101100 1100010 1011010 0 111010 111110 111 11 1001111 1000000

Color Harmonies of #EC625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC625A

Black with #EC625A

Text Example


Text Example

White with #EC625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC625A; }

 p { color: rgb(236,98,90); }

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

background-color css

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

 a { background-color: rgb(236,98,90); }

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

border-color css

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

 span { border-color: rgb(236,98,90); }

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