Html Css Color HEX #EB534B Flamingo

📋 copy color: '#EB534B'

red 235 ◦ green 83 ◦ blue 75

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

Shades of Flamingo #EB534B

Tints of Flamingo #EB534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 59.8%
G = 21.12%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB534B (or 0xEB534B) is known color: Flamingo. HEX triplet: EB, 53 and 4B. RGB value is (235,83,75). Sum of RGB (Red+Green+Blue) = 235+83+75=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB534B is #14ACB4. Grayscale: #7F7F7F. Windows color (decimal): -1354933 or 4936683. OLE color: 4936683.

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

Color convert

RGB 235 83 75 -
CMYK 0 0.65 0.68 0.08
HSL 0.8% 0.61% -
HSV(B) 0.68% 0.92% -
XYZ 38.62 24.36 9.32 -
YUV 127.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 235 83 75 0 0.65 0.68 0.08 3 0.8 0.61
Hex EB 53 4B 0 41 44 8 3 50 3D
Octal 353 123 113 0 101 104 10 3 120 75
Binary 11101011 1010011 1001011 0 1000001 1000100 1000 11 1010000 111101

Color Harmonies of #EB534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB534B

Black with #EB534B

Text Example


Text Example

White with #EB534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB534B; }

 p { color: rgb(235,83,75); }

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

background-color css

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

 a { background-color: rgb(235,83,75); }

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

border-color css

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

 span { border-color: rgb(235,83,75); }

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