Html Css Color HEX #E2756F Geraldine

📋 copy color: '#E2756F'

red 226 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #E2756F

Tints of Geraldine #E2756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 49.78%
G = 25.77%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2756F (or 0xE2756F) is known color: Geraldine. HEX triplet: E2, 75 and 6F. RGB value is (226,117,111). Sum of RGB (Red+Green+Blue) = 226+117+111=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2756F is #1D8A90. Grayscale: #959595. Windows color (decimal): -1936017 or 7304674. OLE color: 7304674.

HSL color Cylindrical-coordinate representation of color #E2756F: hue angle of 3.13º 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 #E2756F is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 111 -
CMYK 0 0.48 0.51 0.11
HSL 3.13º 0.66% 0.66% -
HSV(B) 3.13º 0.51% 0.89% -
XYZ 40.59 30.04 18.7 -
YUV 148.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 226 117 111 0 0.48 0.51 0.11 3.13 0.66 0.66
Hex E2 75 6F 0 30 33 B 3 42 42
Octal 342 165 157 0 60 63 13 3 102 102
Binary 11100010 1110101 1101111 0 110000 110011 1011 11 1000010 1000010

Color Harmonies of #E2756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2756F

Black with #E2756F

Text Example


Text Example

White with #E2756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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