Html Css Color HEX #E66E6A Geraldine

📋 copy color: '#E66E6A'

red 230 ◦ green 110 ◦ blue 106

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

Shades of Geraldine #E66E6A

Tints of Geraldine #E66E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.66%

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 51.57%
G = 24.66%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E66E6A (or 0xE66E6A) is known color: Geraldine. HEX triplet: E6, 6E and 6A. RGB value is (230,110,106). Sum of RGB (Red+Green+Blue) = 230+110+106=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E6A is #199195. Grayscale: #919191. Windows color (decimal): -1675670 or 6975206. OLE color: 6975206.

HSL color Cylindrical-coordinate representation of color #E66E6A: hue angle of 1.94º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66E6A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 110 106 -
CMYK 0 0.52 0.54 0.10
HSL 1.94º 0.71% 0.66% -
HSV(B) 1.94º 0.54% 0.9% -
XYZ 40.81 29.02 17.09 -
YUV 145.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 230 110 106 0 0.52 0.54 0.10 1.94 0.71 0.66
Hex E6 6E 6A 0 34 36 A 2 47 42
Octal 346 156 152 0 64 66 12 2 107 102
Binary 11100110 1101110 1101010 0 110100 110110 1010 10 1000111 1000010

Color Harmonies of #E66E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66E6A

Black with #E66E6A

Text Example


Text Example

White with #E66E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66E6A; }

 p { color: rgb(230,110,106); }

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

background-color css

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

 a { background-color: rgb(230,110,106); }

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

border-color css

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

 span { border-color: rgb(230,110,106); }

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