Html Css Color HEX #E27B74 Geraldine

📋 copy color: '#E27B74'

red 226 ◦ green 123 ◦ blue 116

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

Shades of Geraldine #E27B74

Tints of Geraldine #E27B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 48.6%
G = 26.45%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E27B74 (or 0xE27B74) is known color: Geraldine. HEX triplet: E2, 7B and 74. RGB value is (226,123,116). Sum of RGB (Red+Green+Blue) = 226+123+116=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B74 is #1D848B. Grayscale: #999999. Windows color (decimal): -1934476 or 7633890. OLE color: 7633890.

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

Color convert

RGB 226 123 116 -
CMYK 0 0.46 0.49 0.11
HSL 3.82º 0.65% 0.67% -
HSV(B) 3.82º 0.49% 0.89% -
XYZ 41.6 31.6 20.43 -
YUV 153 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 226 123 116 0 0.46 0.49 0.11 3.82 0.65 0.67
Hex E2 7B 74 0 2E 31 B 4 41 43
Octal 342 173 164 0 56 61 13 4 101 103
Binary 11100010 1111011 1110100 0 101110 110001 1011 100 1000001 1000011

Color Harmonies of #E27B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27B74

Black with #E27B74

Text Example


Text Example

White with #E27B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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