Html Css Color HEX #E67770 Geraldine

📋 copy color: '#E67770'

red 230 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #E67770

Tints of Geraldine #E67770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 49.89%
G = 25.81%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E67770 (or 0xE67770) is known color: Geraldine. HEX triplet: E6, 77 and 70. RGB value is (230,119,112). Sum of RGB (Red+Green+Blue) = 230+119+112=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67770 is #19888F. Grayscale: #979797. Windows color (decimal): -1673360 or 7370726. OLE color: 7370726.

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

Color convert

RGB 230 119 112 -
CMYK 0 0.48 0.51 0.10
HSL 3.56º 0.7% 0.67% -
HSV(B) 3.56º 0.51% 0.9% -
XYZ 42.15 31.19 19.13 -
YUV 151.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 230 119 112 0 0.48 0.51 0.10 3.56 0.7 0.67
Hex E6 77 70 0 30 33 A 4 46 43
Octal 346 167 160 0 60 63 12 4 106 103
Binary 11100110 1110111 1110000 0 110000 110011 1010 100 1000110 1000011

Color Harmonies of #E67770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67770

Black with #E67770

Text Example


Text Example

White with #E67770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67770; }

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

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

background-color css

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

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

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

border-color css

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

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

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