Html Css Color HEX #EB6752 Flamingo

📋 copy color: '#EB6752'

red 235 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #EB6752

Tints of Flamingo #EB6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 55.95%
G = 24.52%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB6752 (or 0xEB6752) is known color: Flamingo. HEX triplet: EB, 67 and 52. RGB value is (235,103,82). Sum of RGB (Red+Green+Blue) = 235+103+82=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6752 is #1498AD. Grayscale: #8C8C8C. Windows color (decimal): -1349806 or 5400555. OLE color: 5400555.

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

Color convert

RGB 235 103 82 -
CMYK 0 0.56 0.65 0.08
HSL 8.24º 0.79% 0.62% -
HSV(B) 8.24º 0.65% 0.92% -
XYZ 40.63 27.97 11.24 -
YUV 140.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 235 103 82 0 0.56 0.65 0.08 8.24 0.79 0.62
Hex EB 67 52 0 38 41 8 8 4F 3E
Octal 353 147 122 0 70 101 10 10 117 76
Binary 11101011 1100111 1010010 0 111000 1000001 1000 1000 1001111 111110

Color Harmonies of #EB6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6752

Black with #EB6752

Text Example


Text Example

White with #EB6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6752; }

 p { color: rgb(235,103,82); }

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

background-color css

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

 a { background-color: rgb(235,103,82); }

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

border-color css

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

 span { border-color: rgb(235,103,82); }

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