Html Css Color HEX #ED634C Flamingo

📋 copy color: '#ED634C'

red 237 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #ED634C

Tints of Flamingo #ED634C

RGB

 RED value IS 237 (92.97% from 255) = 57.52%

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

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 57.52%
G = 24.03%
B = 18.45%

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

#ED634C (or 0xED634C) is known color: Flamingo. HEX triplet: ED, 63 and 4C. RGB value is (237,99,76). Sum of RGB (Red+Green+Blue) = 237+99+76=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED634C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED634C is #129CB3. Grayscale: #898989. Windows color (decimal): -1219764 or 5006317. OLE color: 5006317.

HSL color Cylindrical-coordinate representation of color #ED634C: hue angle of 8.57º degrees, saturation: 0.82, 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 #ED634C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 99 76 -
CMYK 0 0.58 0.68 0.07
HSL 8.57º 0.82% 0.61% -
HSV(B) 8.57º 0.68% 0.93% -
XYZ 40.69 27.45 9.99 -
YUV 137.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 237 99 76 0 0.58 0.68 0.07 8.57 0.82 0.61
Hex ED 63 4C 0 3A 44 7 9 52 3D
Octal 355 143 114 0 72 104 7 11 122 75
Binary 11101101 1100011 1001100 0 111010 1000100 111 1001 1010010 111101

Color Harmonies of #ED634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED634C

Black with #ED634C

Text Example


Text Example

White with #ED634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED634C; }

 p { color: rgb(237,99,76); }

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

background-color css

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

 a { background-color: rgb(237,99,76); }

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

border-color css

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

 span { border-color: rgb(237,99,76); }

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