Html Css Color HEX #EB614C Flamingo

📋 copy color: '#EB614C'

red 235 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #EB614C

Tints of Flamingo #EB614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

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

R = 57.6%
G = 23.77%
B = 18.63%

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

#EB614C (or 0xEB614C) is known color: Flamingo. HEX triplet: EB, 61 and 4C. RGB value is (235,97,76). Sum of RGB (Red+Green+Blue) = 235+97+76=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB614C is #149EB3. Grayscale: #888888. Windows color (decimal): -1351348 or 5005803. OLE color: 5005803.

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

Color convert

RGB 235 97 76 -
CMYK 0 0.59 0.68 0.08
HSL 7.92º 0.8% 0.61% -
HSV(B) 7.92º 0.68% 0.92% -
XYZ 39.84 26.73 9.9 -
YUV 135.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 235 97 76 0 0.59 0.68 0.08 7.92 0.8 0.61
Hex EB 61 4C 0 3B 44 8 8 50 3D
Octal 353 141 114 0 73 104 10 10 120 75
Binary 11101011 1100001 1001100 0 111011 1000100 1000 1000 1010000 111101

Color Harmonies of #EB614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB614C

Black with #EB614C

Text Example


Text Example

White with #EB614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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