Html Css Color HEX #E27372 Geraldine

📋 copy color: '#E27372'

red 226 ◦ green 115 ◦ blue 114

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

Shades of Geraldine #E27372

Tints of Geraldine #E27372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 49.67%
G = 25.27%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E27372 (or 0xE27372) is known color: Geraldine. HEX triplet: E2, 73 and 72. RGB value is (226,115,114). Sum of RGB (Red+Green+Blue) = 226+115+114=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E27372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27372 is #1D8C8D. Grayscale: #949494. Windows color (decimal): -1936526 or 7500770. OLE color: 7500770.

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

Color convert

RGB 226 115 114 -
CMYK 0 0.49 0.50 0.11
HSL 0.54º 0.66% 0.67% -
HSV(B) 0.54º 0.5% 0.89% -
XYZ 40.53 29.65 19.51 -
YUV 148.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 226 115 114 0 0.49 0.50 0.11 0.54 0.66 0.67
Hex E2 73 72 0 31 32 B 1 42 43
Octal 342 163 162 0 61 62 13 1 102 103
Binary 11100010 1110011 1110010 0 110001 110010 1011 1 1000010 1000011

Color Harmonies of #E27372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27372

Black with #E27372

Text Example


Text Example

White with #E27372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27372; }

 p { color: rgb(226,115,114); }

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

background-color css

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

 a { background-color: rgb(226,115,114); }

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

border-color css

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

 span { border-color: rgb(226,115,114); }

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