Html Css Color HEX #E67C78 Geraldine

📋 copy color: '#E67C78'

red 230 ◦ green 124 ◦ blue 120

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

Shades of Geraldine #E67C78

Tints of Geraldine #E67C78

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

 GREEN value IS 124 (48.83% from 255) = 26.16%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 48.52%
G = 26.16%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E67C78 (or 0xE67C78) is known color: Geraldine. HEX triplet: E6, 7C and 78. RGB value is (230,124,120). Sum of RGB (Red+Green+Blue) = 230+124+120=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C78 is #198387. Grayscale: #9B9B9B. Windows color (decimal): -1672072 or 7896294. OLE color: 7896294.

HSL color Cylindrical-coordinate representation of color #E67C78: hue angle of 2.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67C78 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 124 120 -
CMYK 0 0.46 0.48 0.10
HSL 2.18º 0.69% 0.69% -
HSV(B) 2.18º 0.48% 0.9% -
XYZ 43.23 32.59 21.78 -
YUV 155.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 230 124 120 0 0.46 0.48 0.10 2.18 0.69 0.69
Hex E6 7C 78 0 2E 30 A 2 45 45
Octal 346 174 170 0 56 60 12 2 105 105
Binary 11100110 1111100 1111000 0 101110 110000 1010 10 1000101 1000101

Color Harmonies of #E67C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C78

Black with #E67C78

Text Example


Text Example

White with #E67C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C78; }

 p { color: rgb(230,124,120); }

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

background-color css

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

 a { background-color: rgb(230,124,120); }

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

border-color css

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

 span { border-color: rgb(230,124,120); }

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