Html Css Color HEX #E56A6A Geraldine

📋 copy color: '#E56A6A'

red 229 ◦ green 106 ◦ blue 106

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

Shades of Geraldine #E56A6A

Tints of Geraldine #E56A6A

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 106 (41.8% from 255) = 24.04%

R = 51.93%
G = 24.04%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E56A6A (or 0xE56A6A) is known color: Geraldine. HEX triplet: E5, 6A and 6A. RGB value is (229,106,106). Sum of RGB (Red+Green+Blue) = 229+106+106=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A6A is #1A9595. Grayscale: #8E8E8E. Windows color (decimal): -1742230 or 6974181. OLE color: 6974181.

HSL color Cylindrical-coordinate representation of color #E56A6A: hue angle of 0º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56A6A is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 106 106 -
CMYK 0 0.54 0.54 0.10
HSL 0.7% 0.66% -
HSV(B) 0.54% 0.9% -
XYZ 40.07 28.01 16.93 -
YUV 142.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 229 106 106 0 0.54 0.54 0.10 0 0.7 0.66
Hex E5 6A 6A 0 36 36 A 0 46 42
Octal 345 152 152 0 66 66 12 0 106 102
Binary 11100101 1101010 1101010 0 110110 110110 1010 0 1000110 1000010

Color Harmonies of #E56A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56A6A

Black with #E56A6A

Text Example


Text Example

White with #E56A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56A6A; }

 p { color: rgb(229,106,106); }

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

background-color css

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

 a { background-color: rgb(229,106,106); }

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

border-color css

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

 span { border-color: rgb(229,106,106); }

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