Html Css Color HEX #EA534B Flamingo

📋 copy color: '#EA534B'

red 234 ◦ green 83 ◦ blue 75

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

Shades of Flamingo #EA534B

Tints of Flamingo #EA534B

RGB

 RED value IS 234 (91.8% from 255) = 59.69%

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

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

R = 59.69%
G = 21.17%
B = 19.13%

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

#EA534B (or 0xEA534B) is known color: Flamingo. HEX triplet: EA, 53 and 4B. RGB value is (234,83,75). Sum of RGB (Red+Green+Blue) = 234+83+75=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA534B is #15ACB4. Grayscale: #7F7F7F. Windows color (decimal): -1420469 or 4936682. OLE color: 4936682.

HSL color Cylindrical-coordinate representation of color #EA534B: hue angle of 3.02º degrees, saturation: 0.79, 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 #EA534B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 75 -
CMYK 0 0.65 0.68 0.08
HSL 3.02º 0.79% 0.61% -
HSV(B) 3.02º 0.68% 0.92% -
XYZ 38.29 24.19 9.31 -
YUV 127.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 234 83 75 0 0.65 0.68 0.08 3.02 0.79 0.61
Hex EA 53 4B 0 41 44 8 3 4F 3D
Octal 352 123 113 0 101 104 10 3 117 75
Binary 11101010 1010011 1001011 0 1000001 1000100 1000 11 1001111 111101

Color Harmonies of #EA534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA534B

Black with #EA534B

Text Example


Text Example

White with #EA534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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