Html Css Color HEX #E68073 Geraldine

📋 copy color: '#E68073'

red 230 ◦ green 128 ◦ blue 115

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

Shades of Geraldine #E68073

Tints of Geraldine #E68073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 48.63%
G = 27.06%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E68073 (or 0xE68073) is known color: Geraldine. HEX triplet: E6, 80 and 73. RGB value is (230,128,115). Sum of RGB (Red+Green+Blue) = 230+128+115=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E68073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68073 is #197F8C. Grayscale: #9D9D9D. Windows color (decimal): -1671053 or 7569638. OLE color: 7569638.

HSL color Cylindrical-coordinate representation of color #E68073: hue angle of 6.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68073 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 115 -
CMYK 0 0.44 0.5 0.10
HSL 6.78º 0.7% 0.68% -
HSV(B) 6.78º 0.5% 0.9% -
XYZ 43.45 33.5 20.4 -
YUV 157.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 230 128 115 0 0.44 0.5 0.10 6.78 0.7 0.68
Hex E6 80 73 0 2C 32 A 7 46 44
Octal 346 200 163 0 54 62 12 7 106 104
Binary 11100110 10000000 1110011 0 101100 110010 1010 111 1000110 1000100

Color Harmonies of #E68073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68073

Black with #E68073

Text Example


Text Example

White with #E68073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68073; }

 p { color: rgb(230,128,115); }

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

background-color css

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

 a { background-color: rgb(230,128,115); }

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

border-color css

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

 span { border-color: rgb(230,128,115); }

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