Html Css Color HEX #E2867D Sea Pink

📋 copy color: '#E2867D'

red 226 ◦ green 134 ◦ blue 125

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

Shades of Sea Pink #E2867D

Tints of Sea Pink #E2867D

RGB

 RED value IS 226 (88.67% from 255) = 46.6%

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 46.6%
G = 27.63%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2867D (or 0xE2867D) is known color: Sea Pink. HEX triplet: E2, 86 and 7D. RGB value is (226,134,125). Sum of RGB (Red+Green+Blue) = 226+134+125=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2867D is #1D7982. Grayscale: #A0A0A0. Windows color (decimal): -1931651 or 8226530. OLE color: 8226530.

HSL color Cylindrical-coordinate representation of color #E2867D: hue angle of 5.35º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2867D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 125 -
CMYK 0 0.41 0.45 0.11
HSL 5.35º 0.64% 0.69% -
HSV(B) 5.35º 0.45% 0.89% -
XYZ 43.59 34.7 23.8 -
YUV 160.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 226 134 125 0 0.41 0.45 0.11 5.35 0.64 0.69
Hex E2 86 7D 0 29 2D B 5 40 45
Octal 342 206 175 0 51 55 13 5 100 105
Binary 11100010 10000110 1111101 0 101001 101101 1011 101 1000000 1000101

Color Harmonies of #E2867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2867D

Black with #E2867D

Text Example


Text Example

White with #E2867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2867D; }

 p { color: rgb(226,134,125); }

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

background-color css

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

 a { background-color: rgb(226,134,125); }

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

border-color css

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

 span { border-color: rgb(226,134,125); }

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