Html Css Color HEX #E6726D Geraldine

📋 copy color: '#E6726D'

red 230 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #E6726D

Tints of Geraldine #E6726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 50.77%
G = 25.17%
B = 24.06%

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

#E6726D (or 0xE6726D) is known color: Geraldine. HEX triplet: E6, 72 and 6D. RGB value is (230,114,109). Sum of RGB (Red+Green+Blue) = 230+114+109=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6726D is #198D92. Grayscale: #949494. Windows color (decimal): -1674643 or 7172838. OLE color: 7172838.

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

Color convert

RGB 230 114 109 -
CMYK 0 0.50 0.53 0.10
HSL 2.48º 0.71% 0.66% -
HSV(B) 2.48º 0.53% 0.9% -
XYZ 41.41 29.96 18.07 -
YUV 148.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 230 114 109 0 0.50 0.53 0.10 2.48 0.71 0.66
Hex E6 72 6D 0 32 35 A 2 47 42
Octal 346 162 155 0 62 65 12 2 107 102
Binary 11100110 1110010 1101101 0 110010 110101 1010 10 1000111 1000010

Color Harmonies of #E6726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6726D

Black with #E6726D

Text Example


Text Example

White with #E6726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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