Html Css Color HEX #E27675 Geraldine

📋 copy color: '#E27675'

red 226 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #E27675

Tints of Geraldine #E27675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 49.02%
G = 25.6%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E27675 (or 0xE27675) is known color: Geraldine. HEX triplet: E2, 76 and 75. RGB value is (226,118,117). Sum of RGB (Red+Green+Blue) = 226+118+117=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E27675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27675 is #1D898A. Grayscale: #969696. Windows color (decimal): -1935755 or 7698146. OLE color: 7698146.

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

Color convert

RGB 226 118 117 -
CMYK 0 0.48 0.48 0.11
HSL 0.55º 0.65% 0.67% -
HSV(B) 0.55º 0.48% 0.89% -
XYZ 41.05 30.41 20.54 -
YUV 150.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 226 118 117 0 0.48 0.48 0.11 0.55 0.65 0.67
Hex E2 76 75 0 30 30 B 1 41 43
Octal 342 166 165 0 60 60 13 1 101 103
Binary 11100010 1110110 1110101 0 110000 110000 1011 1 1000001 1000011

Color Harmonies of #E27675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27675

Black with #E27675

Text Example


Text Example

White with #E27675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27675; }

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

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

background-color css

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

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

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

border-color css

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

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

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