Html Css Color HEX #E6726B Geraldine

📋 copy color: '#E6726B'

red 230 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #E6726B

Tints of Geraldine #E6726B

RGB

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

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

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

R = 51%
G = 25.28%
B = 23.73%

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

#E6726B (or 0xE6726B) is known color: Geraldine. HEX triplet: E6, 72 and 6B. RGB value is (230,114,107). Sum of RGB (Red+Green+Blue) = 230+114+107=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6726B is #198D94. Grayscale: #949494. Windows color (decimal): -1674645 or 7041766. OLE color: 7041766.

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

Color convert

RGB 230 114 107 -
CMYK 0 0.50 0.53 0.10
HSL 3.41º 0.71% 0.66% -
HSV(B) 3.41º 0.53% 0.9% -
XYZ 41.3 29.92 17.51 -
YUV 147.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 230 114 107 0 0.50 0.53 0.10 3.41 0.71 0.66
Hex E6 72 6B 0 32 35 A 3 47 42
Octal 346 162 153 0 62 65 12 3 107 102
Binary 11100110 1110010 1101011 0 110010 110101 1010 11 1000111 1000010

Color Harmonies of #E6726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6726B

Black with #E6726B

Text Example


Text Example

White with #E6726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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