Html Css Color HEX #E6726F Geraldine

📋 copy color: '#E6726F'

red 230 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #E6726F

Tints of Geraldine #E6726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 50.55%
G = 25.05%
B = 24.4%

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

#E6726F (or 0xE6726F) is known color: Geraldine. HEX triplet: E6, 72 and 6F. RGB value is (230,114,111). Sum of RGB (Red+Green+Blue) = 230+114+111=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6726F is #198D90. Grayscale: #949494. Windows color (decimal): -1674641 or 7303910. OLE color: 7303910.

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

Color convert

RGB 230 114 111 -
CMYK 0 0.50 0.52 0.10
HSL 1.51º 0.7% 0.67% -
HSV(B) 1.51º 0.52% 0.9% -
XYZ 41.52 30.01 18.64 -
YUV 148.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 230 114 111 0 0.50 0.52 0.10 1.51 0.7 0.67
Hex E6 72 6F 0 32 34 A 2 46 43
Octal 346 162 157 0 62 64 12 2 106 103
Binary 11100110 1110010 1101111 0 110010 110100 1010 10 1000110 1000011

Color Harmonies of #E6726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6726F

Black with #E6726F

Text Example


Text Example

White with #E6726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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