Html Css Color HEX #EB613F Flamingo

📋 copy color: '#EB613F'

red 235 ◦ green 97 ◦ blue 63

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

Shades of Flamingo #EB613F

Tints of Flamingo #EB613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 63 (25% from 255) = 15.95%

R = 59.49%
G = 24.56%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB613F (or 0xEB613F) is known color: Flamingo. HEX triplet: EB, 61 and 3F. RGB value is (235,97,63). Sum of RGB (Red+Green+Blue) = 235+97+63=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB613F is #149EC0. Grayscale: #868686. Windows color (decimal): -1351361 or 4153835. OLE color: 4153835.

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

Color convert

RGB 235 97 63 -
CMYK 0 0.59 0.73 0.08
HSL 11.86º 0.81% 0.58% -
HSV(B) 11.86º 0.73% 0.92% -
XYZ 39.43 26.57 7.75 -
YUV 134.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 235 97 63 0 0.59 0.73 0.08 11.86 0.81 0.58
Hex EB 61 3F 0 3B 49 8 C 51 3A
Octal 353 141 77 0 73 111 10 14 121 72
Binary 11101011 1100001 111111 0 111011 1001001 1000 1100 1010001 111010

Color Harmonies of #EB613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB613F

Black with #EB613F

Text Example


Text Example

White with #EB613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB613F; }

 p { color: rgb(235,97,63); }

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

background-color css

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

 a { background-color: rgb(235,97,63); }

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

border-color css

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

 span { border-color: rgb(235,97,63); }

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