Html Css Color HEX #E67068 Terra Cotta

📋 copy color: '#E67068'

red 230 ◦ green 112 ◦ blue 104

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

Shades of Terra Cotta #E67068

Tints of Terra Cotta #E67068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 51.57%
G = 25.11%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E67068 (or 0xE67068) is known color: Terra Cotta. HEX triplet: E6, 70 and 68. RGB value is (230,112,104). Sum of RGB (Red+Green+Blue) = 230+112+104=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E67068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67068 is #198F97. Grayscale: #929292. Windows color (decimal): -1675160 or 6844646. OLE color: 6844646.

HSL color Cylindrical-coordinate representation of color #E67068: hue angle of 3.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E67068 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 104 -
CMYK 0 0.51 0.55 0.10
HSL 3.81º 0.72% 0.65% -
HSV(B) 3.81º 0.55% 0.9% -
XYZ 40.93 29.41 16.62 -
YUV 146.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 230 112 104 0 0.51 0.55 0.10 3.81 0.72 0.65
Hex E6 70 68 0 33 37 A 4 48 41
Octal 346 160 150 0 63 67 12 4 110 101
Binary 11100110 1110000 1101000 0 110011 110111 1010 100 1001000 1000001

Color Harmonies of #E67068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67068

Black with #E67068

Text Example


Text Example

White with #E67068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67068; }

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

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

background-color css

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

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

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

border-color css

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

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

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