Html Css Color HEX #ED644B Flamingo

📋 copy color: '#ED644B'

red 237 ◦ green 100 ◦ blue 75

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

Shades of Flamingo #ED644B

Tints of Flamingo #ED644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

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

R = 57.52%
G = 24.27%
B = 18.2%

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

#ED644B (or 0xED644B) is known color: Flamingo. HEX triplet: ED, 64 and 4B. RGB value is (237,100,75). Sum of RGB (Red+Green+Blue) = 237+100+75=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED644B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED644B is #129BB4. Grayscale: #8A8A8A. Windows color (decimal): -1219509 or 4941037. OLE color: 4941037.

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

Color convert

RGB 237 100 75 -
CMYK 0 0.58 0.68 0.07
HSL 9.26º 0.82% 0.61% -
HSV(B) 9.26º 0.68% 0.93% -
XYZ 40.75 27.63 9.84 -
YUV 138.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 237 100 75 0 0.58 0.68 0.07 9.26 0.82 0.61
Hex ED 64 4B 0 3A 44 7 9 52 3D
Octal 355 144 113 0 72 104 7 11 122 75
Binary 11101101 1100100 1001011 0 111010 1000100 111 1001 1010010 111101

Color Harmonies of #ED644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED644B

Black with #ED644B

Text Example


Text Example

White with #ED644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED644B; }

 p { color: rgb(237,100,75); }

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

background-color css

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

 a { background-color: rgb(237,100,75); }

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

border-color css

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

 span { border-color: rgb(237,100,75); }

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