Html Css Color HEX #E2746A Geraldine

📋 copy color: '#E2746A'

red 226 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #E2746A

Tints of Geraldine #E2746A

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 50.45%
G = 25.89%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2746A (or 0xE2746A) is known color: Geraldine. HEX triplet: E2, 74 and 6A. RGB value is (226,116,106). Sum of RGB (Red+Green+Blue) = 226+116+106=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2746A is #1D8B95. Grayscale: #939393. Windows color (decimal): -1936278 or 6976738. OLE color: 6976738.

HSL color Cylindrical-coordinate representation of color #E2746A: hue angle of 5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2746A is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 106 -
CMYK 0 0.49 0.53 0.11
HSL 0.67% 0.65% -
HSV(B) 0.53% 0.89% -
XYZ 40.21 29.7 17.25 -
YUV 147.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 226 116 106 0 0.49 0.53 0.11 5 0.67 0.65
Hex E2 74 6A 0 31 35 B 5 43 41
Octal 342 164 152 0 61 65 13 5 103 101
Binary 11100010 1110100 1101010 0 110001 110101 1011 101 1000011 1000001

Color Harmonies of #E2746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2746A

Black with #E2746A

Text Example


Text Example

White with #E2746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2746A; }

 p { color: rgb(226,116,106); }

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

background-color css

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

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

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

border-color css

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

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

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