Html Css Color HEX #E68277 Geraldine

📋 copy color: '#E68277'

red 230 ◦ green 130 ◦ blue 119

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

Shades of Geraldine #E68277

Tints of Geraldine #E68277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 48.02%
G = 27.14%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68277 (or 0xE68277) is known color: Geraldine. HEX triplet: E6, 82 and 77. RGB value is (230,130,119). Sum of RGB (Red+Green+Blue) = 230+130+119=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68277 is #197D88. Grayscale: #9E9E9E. Windows color (decimal): -1670537 or 7832294. OLE color: 7832294.

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

Color convert

RGB 230 130 119 -
CMYK 0 0.43 0.48 0.10
HSL 5.95º 0.69% 0.68% -
HSV(B) 5.95º 0.48% 0.9% -
XYZ 43.95 34.12 21.72 -
YUV 158.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 230 130 119 0 0.43 0.48 0.10 5.95 0.69 0.68
Hex E6 82 77 0 2B 30 A 6 45 44
Octal 346 202 167 0 53 60 12 6 105 104
Binary 11100110 10000010 1110111 0 101011 110000 1010 110 1000101 1000100

Color Harmonies of #E68277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68277

Black with #E68277

Text Example


Text Example

White with #E68277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68277; }

 p { color: rgb(230,130,119); }

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

background-color css

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

 a { background-color: rgb(230,130,119); }

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

border-color css

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

 span { border-color: rgb(230,130,119); }

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