Html Css Color HEX #E2746F Geraldine

📋 copy color: '#E2746F'

red 226 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #E2746F

Tints of Geraldine #E2746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 49.89%
G = 25.61%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2746F (or 0xE2746F) is known color: Geraldine. HEX triplet: E2, 74 and 6F. RGB value is (226,116,111). Sum of RGB (Red+Green+Blue) = 226+116+111=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2746F is #1D8B90. Grayscale: #949494. Windows color (decimal): -1936273 or 7304418. OLE color: 7304418.

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

Color convert

RGB 226 116 111 -
CMYK 0 0.49 0.51 0.11
HSL 2.61º 0.66% 0.66% -
HSV(B) 2.61º 0.51% 0.89% -
XYZ 40.48 29.81 18.66 -
YUV 148.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 226 116 111 0 0.49 0.51 0.11 2.61 0.66 0.66
Hex E2 74 6F 0 31 33 B 3 42 42
Octal 342 164 157 0 61 63 13 3 102 102
Binary 11100010 1110100 1101111 0 110001 110011 1011 11 1000010 1000010

Color Harmonies of #E2746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2746F

Black with #E2746F

Text Example


Text Example

White with #E2746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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