Html Css Color HEX #E6716B Geraldine

📋 copy color: '#E6716B'

red 230 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #E6716B

Tints of Geraldine #E6716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 51.11%
G = 25.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6716B (or 0xE6716B) is known color: Geraldine. HEX triplet: E6, 71 and 6B. RGB value is (230,113,107). Sum of RGB (Red+Green+Blue) = 230+113+107=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6716B is #198E94. Grayscale: #939393. Windows color (decimal): -1674901 or 7041510. OLE color: 7041510.

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

Color convert

RGB 230 113 107 -
CMYK 0 0.51 0.53 0.10
HSL 2.93º 0.71% 0.66% -
HSV(B) 2.93º 0.53% 0.9% -
XYZ 41.19 29.69 17.47 -
YUV 147.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 230 113 107 0 0.51 0.53 0.10 2.93 0.71 0.66
Hex E6 71 6B 0 33 35 A 3 47 42
Octal 346 161 153 0 63 65 12 3 107 102
Binary 11100110 1110001 1101011 0 110011 110101 1010 11 1000111 1000010

Color Harmonies of #E6716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6716B

Black with #E6716B

Text Example


Text Example

White with #E6716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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