Html Css Color HEX #E66A6A Geraldine

📋 copy color: '#E66A6A'

red 230 ◦ green 106 ◦ blue 106

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

Shades of Geraldine #E66A6A

Tints of Geraldine #E66A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.98%

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

R = 52.04%
G = 23.98%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E66A6A (or 0xE66A6A) is known color: Geraldine. HEX triplet: E6, 6A and 6A. RGB value is (230,106,106). Sum of RGB (Red+Green+Blue) = 230+106+106=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A6A is #199595. Grayscale: #8F8F8F. Windows color (decimal): -1676694 or 6974182. OLE color: 6974182.

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

Color convert

RGB 230 106 106 -
CMYK 0 0.54 0.54 0.10
HSL 0.71% 0.66% -
HSV(B) 0.54% 0.9% -
XYZ 40.39 28.17 16.94 -
YUV 143.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 230 106 106 0 0.54 0.54 0.10 0 0.71 0.66
Hex E6 6A 6A 0 36 36 A 0 47 42
Octal 346 152 152 0 66 66 12 0 107 102
Binary 11100110 1101010 1101010 0 110110 110110 1010 0 1000111 1000010

Color Harmonies of #E66A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A6A

Black with #E66A6A

Text Example


Text Example

White with #E66A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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