Html Css Color HEX #EB625A Flamingo

📋 copy color: '#EB625A'

red 235 ◦ green 98 ◦ blue 90

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

Shades of Flamingo #EB625A

Tints of Flamingo #EB625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 55.56%
G = 23.17%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB625A (or 0xEB625A) is known color: Flamingo. HEX triplet: EB, 62 and 5A. RGB value is (235,98,90). Sum of RGB (Red+Green+Blue) = 235+98+90=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB625A is #149DA5. Grayscale: #8A8A8A. Windows color (decimal): -1351078 or 5923563. OLE color: 5923563.

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

Color convert

RGB 235 98 90 -
CMYK 0 0.58 0.62 0.08
HSL 3.31º 0.78% 0.64% -
HSV(B) 3.31º 0.62% 0.92% -
XYZ 40.47 27.14 12.78 -
YUV 138.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 235 98 90 0 0.58 0.62 0.08 3.31 0.78 0.64
Hex EB 62 5A 0 3A 3E 8 3 4E 40
Octal 353 142 132 0 72 76 10 3 116 100
Binary 11101011 1100010 1011010 0 111010 111110 1000 11 1001110 1000000

Color Harmonies of #EB625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB625A

Black with #EB625A

Text Example


Text Example

White with #EB625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB625A; }

 p { color: rgb(235,98,90); }

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

background-color css

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

 a { background-color: rgb(235,98,90); }

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

border-color css

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

 span { border-color: rgb(235,98,90); }

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