Html Css Color HEX #ED635A Flamingo

📋 copy color: '#ED635A'

red 237 ◦ green 99 ◦ blue 90

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

Shades of Flamingo #ED635A

Tints of Flamingo #ED635A

RGB

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

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

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

R = 55.63%
G = 23.24%
B = 21.13%

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

#ED635A (or 0xED635A) is known color: Flamingo. HEX triplet: ED, 63 and 5A. RGB value is (237,99,90). Sum of RGB (Red+Green+Blue) = 237+99+90=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED635A is #129CA5. Grayscale: #8B8B8B. Windows color (decimal): -1219750 or 5923821. OLE color: 5923821.

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

Color convert

RGB 237 99 90 -
CMYK 0 0.58 0.62 0.07
HSL 3.67º 0.8% 0.64% -
HSV(B) 3.67º 0.62% 0.93% -
XYZ 41.23 27.67 12.84 -
YUV 139.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 237 99 90 0 0.58 0.62 0.07 3.67 0.8 0.64
Hex ED 63 5A 0 3A 3E 7 4 50 40
Octal 355 143 132 0 72 76 7 4 120 100
Binary 11101101 1100011 1011010 0 111010 111110 111 100 1010000 1000000

Color Harmonies of #ED635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED635A

Black with #ED635A

Text Example


Text Example

White with #ED635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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