Html Css Color HEX #E6706F Geraldine

📋 copy color: '#E6706F'

red 230 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #E6706F

Tints of Geraldine #E6706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

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

R = 50.77%
G = 24.72%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6706F (or 0xE6706F) is known color: Geraldine. HEX triplet: E6, 70 and 6F. RGB value is (230,112,111). Sum of RGB (Red+Green+Blue) = 230+112+111=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6706F is #198F90. Grayscale: #939393. Windows color (decimal): -1675153 or 7303398. OLE color: 7303398.

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

Color convert

RGB 230 112 111 -
CMYK 0 0.51 0.52 0.10
HSL 0.5º 0.7% 0.67% -
HSV(B) 0.5º 0.52% 0.9% -
XYZ 41.3 29.56 18.57 -
YUV 147.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 230 112 111 0 0.51 0.52 0.10 0.5 0.7 0.67
Hex E6 70 6F 0 33 34 A 1 46 43
Octal 346 160 157 0 63 64 12 1 106 103
Binary 11100110 1110000 1101111 0 110011 110100 1010 1 1000110 1000011

Color Harmonies of #E6706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6706F

Black with #E6706F

Text Example


Text Example

White with #E6706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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