Html Css Color HEX #E6867E Sea Pink

📋 copy color: '#E6867E'

red 230 ◦ green 134 ◦ blue 126

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

Shades of Sea Pink #E6867E

Tints of Sea Pink #E6867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 46.94%
G = 27.35%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6867E (or 0xE6867E) is known color: Sea Pink. HEX triplet: E6, 86 and 7E. RGB value is (230,134,126). Sum of RGB (Red+Green+Blue) = 230+134+126=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6867E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6867E is #197981. Grayscale: #A1A1A1. Windows color (decimal): -1669506 or 8292070. OLE color: 8292070.

HSL color Cylindrical-coordinate representation of color #E6867E: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6867E is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 126 -
CMYK 0 0.42 0.45 0.10
HSL 4.62º 0.68% 0.7% -
HSV(B) 4.62º 0.45% 0.9% -
XYZ 44.92 35.38 24.2 -
YUV 161.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 230 134 126 0 0.42 0.45 0.10 4.62 0.68 0.7
Hex E6 86 7E 0 2A 2D A 5 44 46
Octal 346 206 176 0 52 55 12 5 104 106
Binary 11100110 10000110 1111110 0 101010 101101 1010 101 1000100 1000110

Color Harmonies of #E6867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6867E

Black with #E6867E

Text Example


Text Example

White with #E6867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6867E; }

 p { color: rgb(230,134,126); }

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

background-color css

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

 a { background-color: rgb(230,134,126); }

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

border-color css

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

 span { border-color: rgb(230,134,126); }

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