Html Css Color HEX #EB614A Flamingo

📋 copy color: '#EB614A'

red 235 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #EB614A

Tints of Flamingo #EB614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 57.88%
G = 23.89%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB614A (or 0xEB614A) is known color: Flamingo. HEX triplet: EB, 61 and 4A. RGB value is (235,97,74). Sum of RGB (Red+Green+Blue) = 235+97+74=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB614A is #149EB5. Grayscale: #878787. Windows color (decimal): -1351350 or 4874731. OLE color: 4874731.

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

Color convert

RGB 235 97 74 -
CMYK 0 0.59 0.69 0.08
HSL 8.57º 0.8% 0.61% -
HSV(B) 8.57º 0.69% 0.92% -
XYZ 39.77 26.71 9.54 -
YUV 135.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 235 97 74 0 0.59 0.69 0.08 8.57 0.8 0.61
Hex EB 61 4A 0 3B 45 8 9 50 3D
Octal 353 141 112 0 73 105 10 11 120 75
Binary 11101011 1100001 1001010 0 111011 1000101 1000 1001 1010000 111101

Color Harmonies of #EB614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB614A

Black with #EB614A

Text Example


Text Example

White with #EB614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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