Html Css Color HEX #E6716A Geraldine

📋 copy color: '#E6716A'

red 230 ◦ green 113 ◦ blue 106

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

Shades of Geraldine #E6716A

Tints of Geraldine #E6716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 51.22%
G = 25.17%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6716A (or 0xE6716A) is known color: Geraldine. HEX triplet: E6, 71 and 6A. RGB value is (230,113,106). Sum of RGB (Red+Green+Blue) = 230+113+106=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6716A is #198E95. Grayscale: #939393. Windows color (decimal): -1674902 or 6975974. OLE color: 6975974.

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

Color convert

RGB 230 113 106 -
CMYK 0 0.51 0.54 0.10
HSL 3.39º 0.71% 0.66% -
HSV(B) 3.39º 0.54% 0.9% -
XYZ 41.14 29.67 17.19 -
YUV 147.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 230 113 106 0 0.51 0.54 0.10 3.39 0.71 0.66
Hex E6 71 6A 0 33 36 A 3 47 42
Octal 346 161 152 0 63 66 12 3 107 102
Binary 11100110 1110001 1101010 0 110011 110110 1010 11 1000111 1000010

Color Harmonies of #E6716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6716A

Black with #E6716A

Text Example


Text Example

White with #E6716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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