Html Css Color HEX #ED635C Flamingo

📋 copy color: '#ED635C'

red 237 ◦ green 99 ◦ blue 92

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

Shades of Flamingo #ED635C

Tints of Flamingo #ED635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 55.37%
G = 23.13%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED635C (or 0xED635C) is known color: Flamingo. HEX triplet: ED, 63 and 5C. RGB value is (237,99,92). Sum of RGB (Red+Green+Blue) = 237+99+92=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED635C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED635C is #129CA3. Grayscale: #8B8B8B. Windows color (decimal): -1219748 or 6054893. OLE color: 6054893.

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

Color convert

RGB 237 99 92 -
CMYK 0 0.58 0.61 0.07
HSL 2.9º 0.8% 0.65% -
HSV(B) 2.9º 0.61% 0.93% -
XYZ 41.32 27.7 13.29 -
YUV 139.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 237 99 92 0 0.58 0.61 0.07 2.9 0.8 0.65
Hex ED 63 5C 0 3A 3D 7 3 50 41
Octal 355 143 134 0 72 75 7 3 120 101
Binary 11101101 1100011 1011100 0 111010 111101 111 11 1010000 1000001

Color Harmonies of #ED635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED635C

Black with #ED635C

Text Example


Text Example

White with #ED635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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