Html Css Color HEX #E6726E Geraldine

📋 copy color: '#E6726E'

red 230 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #E6726E

Tints of Geraldine #E6726E

RGB

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

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

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

R = 50.66%
G = 25.11%
B = 24.23%

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

#E6726E (or 0xE6726E) is known color: Geraldine. HEX triplet: E6, 72 and 6E. RGB value is (230,114,110). Sum of RGB (Red+Green+Blue) = 230+114+110=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6726E is #198D91. Grayscale: #949494. Windows color (decimal): -1674642 or 7238374. OLE color: 7238374.

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

Color convert

RGB 230 114 110 -
CMYK 0 0.50 0.52 0.10
HSL 0.71% 0.67% -
HSV(B) 0.52% 0.9% -
XYZ 41.46 29.98 18.35 -
YUV 148.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 230 114 110 0 0.50 0.52 0.10 2 0.71 0.67
Hex E6 72 6E 0 32 34 A 2 47 43
Octal 346 162 156 0 62 64 12 2 107 103
Binary 11100110 1110010 1101110 0 110010 110100 1010 10 1000111 1000011

Color Harmonies of #E6726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6726E

Black with #E6726E

Text Example


Text Example

White with #E6726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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