Html Css Color HEX #EB604C Flamingo

📋 copy color: '#EB604C'

red 235 ◦ green 96 ◦ blue 76

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

Shades of Flamingo #EB604C

Tints of Flamingo #EB604C

RGB

 RED value IS 235 (92.19% from 255) = 57.74%

 GREEN value IS 96 (37.89% from 255) = 23.59%

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

R = 57.74%
G = 23.59%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB604C (or 0xEB604C) is known color: Flamingo. HEX triplet: EB, 60 and 4C. RGB value is (235,96,76). Sum of RGB (Red+Green+Blue) = 235+96+76=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB604C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB604C is #149FB3. Grayscale: #878787. Windows color (decimal): -1351604 or 5005547. OLE color: 5005547.

HSL color Cylindrical-coordinate representation of color #EB604C: hue angle of 7.55º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB604C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 76 -
CMYK 0 0.59 0.68 0.08
HSL 7.55º 0.8% 0.61% -
HSV(B) 7.55º 0.68% 0.92% -
XYZ 39.75 26.55 9.87 -
YUV 135.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 235 96 76 0 0.59 0.68 0.08 7.55 0.8 0.61
Hex EB 60 4C 0 3B 44 8 8 50 3D
Octal 353 140 114 0 73 104 10 10 120 75
Binary 11101011 1100000 1001100 0 111011 1000100 1000 1000 1010000 111101

Color Harmonies of #EB604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB604C

Black with #EB604C

Text Example


Text Example

White with #EB604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB604C; }

 p { color: rgb(235,96,76); }

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

background-color css

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

 a { background-color: rgb(235,96,76); }

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

border-color css

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

 span { border-color: rgb(235,96,76); }

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