Html Css Color HEX #E67978 Geraldine

📋 copy color: '#E67978'

red 230 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #E67978

Tints of Geraldine #E67978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

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

R = 48.83%
G = 25.69%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E67978 (or 0xE67978) is known color: Geraldine. HEX triplet: E6, 79 and 78. RGB value is (230,121,120). Sum of RGB (Red+Green+Blue) = 230+121+120=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E67978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67978 is #198687. Grayscale: #999999. Windows color (decimal): -1672840 or 7895526. OLE color: 7895526.

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

Color convert

RGB 230 121 120 -
CMYK 0 0.47 0.48 0.10
HSL 0.55º 0.69% 0.69% -
HSV(B) 0.55º 0.48% 0.9% -
XYZ 42.86 31.85 21.66 -
YUV 153.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 230 121 120 0 0.47 0.48 0.10 0.55 0.69 0.69
Hex E6 79 78 0 2F 30 A 1 45 45
Octal 346 171 170 0 57 60 12 1 105 105
Binary 11100110 1111001 1111000 0 101111 110000 1010 1 1000101 1000101

Color Harmonies of #E67978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67978

Black with #E67978

Text Example


Text Example

White with #E67978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67978; }

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

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

background-color css

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

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

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

border-color css

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

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

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