Html Css Color HEX #EB674E Flamingo

📋 copy color: '#EB674E'

red 235 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #EB674E

Tints of Flamingo #EB674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

 BLUE value IS 78 (30.86% from 255) = 18.75%

R = 56.49%
G = 24.76%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB674E (or 0xEB674E) is known color: Flamingo. HEX triplet: EB, 67 and 4E. RGB value is (235,103,78). Sum of RGB (Red+Green+Blue) = 235+103+78=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB674E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB674E is #1498B1. Grayscale: #8B8B8B. Windows color (decimal): -1349810 or 5138411. OLE color: 5138411.

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

Color convert

RGB 235 103 78 -
CMYK 0 0.56 0.67 0.08
HSL 9.55º 0.8% 0.61% -
HSV(B) 9.55º 0.67% 0.92% -
XYZ 40.49 27.91 10.46 -
YUV 139.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 235 103 78 0 0.56 0.67 0.08 9.55 0.8 0.61
Hex EB 67 4E 0 38 43 8 A 50 3D
Octal 353 147 116 0 70 103 10 12 120 75
Binary 11101011 1100111 1001110 0 111000 1000011 1000 1010 1010000 111101

Color Harmonies of #EB674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB674E

Black with #EB674E

Text Example


Text Example

White with #EB674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB674E; }

 p { color: rgb(235,103,78); }

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

background-color css

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

 a { background-color: rgb(235,103,78); }

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

border-color css

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

 span { border-color: rgb(235,103,78); }

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