Html Css Color HEX #EB6458 Flamingo

📋 copy color: '#EB6458'

red 235 ◦ green 100 ◦ blue 88

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

Shades of Flamingo #EB6458

Tints of Flamingo #EB6458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 55.56%
G = 23.64%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB6458 (or 0xEB6458) is known color: Flamingo. HEX triplet: EB, 64 and 58. RGB value is (235,100,88). Sum of RGB (Red+Green+Blue) = 235+100+88=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6458 is #149BA7. Grayscale: #8B8B8B. Windows color (decimal): -1350568 or 5793003. OLE color: 5793003.

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

Color convert

RGB 235 100 88 -
CMYK 0 0.57 0.63 0.08
HSL 4.9º 0.79% 0.63% -
HSV(B) 4.9º 0.63% 0.92% -
XYZ 40.58 27.48 12.4 -
YUV 139 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 235 100 88 0 0.57 0.63 0.08 4.9 0.79 0.63
Hex EB 64 58 0 39 3F 8 5 4F 3F
Octal 353 144 130 0 71 77 10 5 117 77
Binary 11101011 1100100 1011000 0 111001 111111 1000 101 1001111 111111

Color Harmonies of #EB6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6458

Black with #EB6458

Text Example


Text Example

White with #EB6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6458; }

 p { color: rgb(235,100,88); }

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

background-color css

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

 a { background-color: rgb(235,100,88); }

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

border-color css

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

 span { border-color: rgb(235,100,88); }

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