Html Css Color HEX #E6746E Geraldine

📋 copy color: '#E6746E'

red 230 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #E6746E

Tints of Geraldine #E6746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 50.44%
G = 25.44%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6746E (or 0xE6746E) is known color: Geraldine. HEX triplet: E6, 74 and 6E. RGB value is (230,116,110). Sum of RGB (Red+Green+Blue) = 230+116+110=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6746E is #198B91. Grayscale: #959595. Windows color (decimal): -1674130 or 7238886. OLE color: 7238886.

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

Color convert

RGB 230 116 110 -
CMYK 0 0.50 0.52 0.10
HSL 0.71% 0.67% -
HSV(B) 0.52% 0.9% -
XYZ 41.69 30.44 18.43 -
YUV 149.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 230 116 110 0 0.50 0.52 0.10 3 0.71 0.67
Hex E6 74 6E 0 32 34 A 3 47 43
Octal 346 164 156 0 62 64 12 3 107 103
Binary 11100110 1110100 1101110 0 110010 110100 1010 11 1000111 1000011

Color Harmonies of #E6746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6746E

Black with #E6746E

Text Example


Text Example

White with #E6746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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