Html Css Color HEX #E2807E Sea Pink

📋 copy color: '#E2807E'

red 226 ◦ green 128 ◦ blue 126

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

Shades of Sea Pink #E2807E

Tints of Sea Pink #E2807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 47.08%
G = 26.67%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2807E (or 0xE2807E) is known color: Sea Pink. HEX triplet: E2, 80 and 7E. RGB value is (226,128,126). Sum of RGB (Red+Green+Blue) = 226+128+126=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2807E is #1D7F81. Grayscale: #9D9D9D. Windows color (decimal): -1933186 or 8290530. OLE color: 8290530.

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

Color convert

RGB 226 128 126 -
CMYK 0 0.43 0.44 0.11
HSL 1.2º 0.63% 0.69% -
HSV(B) 1.2º 0.44% 0.89% -
XYZ 42.85 33.11 23.87 -
YUV 157.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 226 128 126 0 0.43 0.44 0.11 1.2 0.63 0.69
Hex E2 80 7E 0 2B 2C B 1 3F 45
Octal 342 200 176 0 53 54 13 1 77 105
Binary 11100010 10000000 1111110 0 101011 101100 1011 1 111111 1000101

Color Harmonies of #E2807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2807E

Black with #E2807E

Text Example


Text Example

White with #E2807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2807E; }

 p { color: rgb(226,128,126); }

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

background-color css

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

 a { background-color: rgb(226,128,126); }

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

border-color css

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

 span { border-color: rgb(226,128,126); }

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