Html Css Color HEX #EB614D Flamingo

📋 copy color: '#EB614D'

red 235 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #EB614D

Tints of Flamingo #EB614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 57.46%
G = 23.72%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB614D (or 0xEB614D) is known color: Flamingo. HEX triplet: EB, 61 and 4D. RGB value is (235,97,77). Sum of RGB (Red+Green+Blue) = 235+97+77=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB614D is #149EB2. Grayscale: #888888. Windows color (decimal): -1351347 or 5071339. OLE color: 5071339.

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

Color convert

RGB 235 97 77 -
CMYK 0 0.59 0.67 0.08
HSL 7.59º 0.8% 0.61% -
HSV(B) 7.59º 0.67% 0.92% -
XYZ 39.88 26.75 10.08 -
YUV 135.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 235 97 77 0 0.59 0.67 0.08 7.59 0.8 0.61
Hex EB 61 4D 0 3B 43 8 8 50 3D
Octal 353 141 115 0 73 103 10 10 120 75
Binary 11101011 1100001 1001101 0 111011 1000011 1000 1000 1010000 111101

Color Harmonies of #EB614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB614D

Black with #EB614D

Text Example


Text Example

White with #EB614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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