Html Css Color HEX #EC624B Flamingo

📋 copy color: '#EC624B'

red 236 ◦ green 98 ◦ blue 75

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

Shades of Flamingo #EC624B

Tints of Flamingo #EC624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 57.7%
G = 23.96%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC624B (or 0xEC624B) is known color: Flamingo. HEX triplet: EC, 62 and 4B. RGB value is (236,98,75). Sum of RGB (Red+Green+Blue) = 236+98+75=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC624B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC624B is #139DB4. Grayscale: #888888. Windows color (decimal): -1285557 or 4940524. OLE color: 4940524.

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

Color convert

RGB 236 98 75 -
CMYK 0 0.58 0.68 0.07
HSL 8.57º 0.81% 0.61% -
HSV(B) 8.57º 0.68% 0.93% -
XYZ 40.23 27.08 9.76 -
YUV 136.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 236 98 75 0 0.58 0.68 0.07 8.57 0.81 0.61
Hex EC 62 4B 0 3A 44 7 9 51 3D
Octal 354 142 113 0 72 104 7 11 121 75
Binary 11101100 1100010 1001011 0 111010 1000100 111 1001 1010001 111101

Color Harmonies of #EC624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC624B

Black with #EC624B

Text Example


Text Example

White with #EC624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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