Html Css Color HEX #EB665B Flamingo

📋 copy color: '#EB665B'

red 235 ◦ green 102 ◦ blue 91

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

Shades of Flamingo #EB665B

Tints of Flamingo #EB665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 54.91%
G = 23.83%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB665B (or 0xEB665B) is known color: Flamingo. HEX triplet: EB, 66 and 5B. RGB value is (235,102,91). Sum of RGB (Red+Green+Blue) = 235+102+91=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665B is #1499A4. Grayscale: #8C8C8C. Windows color (decimal): -1350053 or 5990123. OLE color: 5990123.

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

Color convert

RGB 235 102 91 -
CMYK 0 0.57 0.61 0.08
HSL 4.58º 0.78% 0.64% -
HSV(B) 4.58º 0.61% 0.92% -
XYZ 40.9 27.92 13.13 -
YUV 140.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 235 102 91 0 0.57 0.61 0.08 4.58 0.78 0.64
Hex EB 66 5B 0 39 3D 8 5 4E 40
Octal 353 146 133 0 71 75 10 5 116 100
Binary 11101011 1100110 1011011 0 111001 111101 1000 101 1001110 1000000

Color Harmonies of #EB665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB665B

Black with #EB665B

Text Example


Text Example

White with #EB665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB665B; }

 p { color: rgb(235,102,91); }

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

background-color css

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

 a { background-color: rgb(235,102,91); }

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

border-color css

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

 span { border-color: rgb(235,102,91); }

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