Html Css Color HEX #E6726C Geraldine

📋 copy color: '#E6726C'

red 230 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #E6726C

Tints of Geraldine #E6726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 50.88%
G = 25.22%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6726C (or 0xE6726C) is known color: Geraldine. HEX triplet: E6, 72 and 6C. RGB value is (230,114,108). Sum of RGB (Red+Green+Blue) = 230+114+108=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6726C is #198D93. Grayscale: #949494. Windows color (decimal): -1674644 or 7107302. OLE color: 7107302.

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

Color convert

RGB 230 114 108 -
CMYK 0 0.50 0.53 0.10
HSL 2.95º 0.71% 0.66% -
HSV(B) 2.95º 0.53% 0.9% -
XYZ 41.36 29.94 17.79 -
YUV 148 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 230 114 108 0 0.50 0.53 0.10 2.95 0.71 0.66
Hex E6 72 6C 0 32 35 A 3 47 42
Octal 346 162 154 0 62 65 12 3 107 102
Binary 11100110 1110010 1101100 0 110010 110101 1010 11 1000111 1000010

Color Harmonies of #E6726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6726C

Black with #E6726C

Text Example


Text Example

White with #E6726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6726C; }

 p { color: rgb(230,114,108); }

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

background-color css

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

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

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

border-color css

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

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

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