Html Css Color HEX #EB694E Flamingo

📋 copy color: '#EB694E'

red 235 ◦ green 105 ◦ blue 78

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

Shades of Flamingo #EB694E

Tints of Flamingo #EB694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

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

R = 56.22%
G = 25.12%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB694E (or 0xEB694E) is known color: Flamingo. HEX triplet: EB, 69 and 4E. RGB value is (235,105,78). Sum of RGB (Red+Green+Blue) = 235+105+78=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB694E is #1496B1. Grayscale: #8D8D8D. Windows color (decimal): -1349298 or 5138923. OLE color: 5138923.

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

Color convert

RGB 235 105 78 -
CMYK 0 0.55 0.67 0.08
HSL 10.32º 0.8% 0.61% -
HSV(B) 10.32º 0.67% 0.92% -
XYZ 40.69 28.32 10.53 -
YUV 140.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 235 105 78 0 0.55 0.67 0.08 10.32 0.8 0.61
Hex EB 69 4E 0 37 43 8 A 50 3D
Octal 353 151 116 0 67 103 10 12 120 75
Binary 11101011 1101001 1001110 0 110111 1000011 1000 1010 1010000 111101

Color Harmonies of #EB694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB694E

Black with #EB694E

Text Example


Text Example

White with #EB694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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