Html Css Color HEX #E2827F Sea Pink

📋 copy color: '#E2827F'

red 226 ◦ green 130 ◦ blue 127

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

Shades of Sea Pink #E2827F

Tints of Sea Pink #E2827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 46.79%
G = 26.92%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2827F (or 0xE2827F) is known color: Sea Pink. HEX triplet: E2, 82 and 7F. RGB value is (226,130,127). Sum of RGB (Red+Green+Blue) = 226+130+127=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2827F is #1D7D80. Grayscale: #9E9E9E. Windows color (decimal): -1932673 or 8356578. OLE color: 8356578.

HSL color Cylindrical-coordinate representation of color #E2827F: hue angle of 1.82º 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 #E2827F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 127 -
CMYK 0 0.42 0.44 0.11
HSL 1.82º 0.63% 0.69% -
HSV(B) 1.82º 0.44% 0.89% -
XYZ 43.18 33.67 24.3 -
YUV 158.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 226 130 127 0 0.42 0.44 0.11 1.82 0.63 0.69
Hex E2 82 7F 0 2A 2C B 2 3F 45
Octal 342 202 177 0 52 54 13 2 77 105
Binary 11100010 10000010 1111111 0 101010 101100 1011 10 111111 1000101

Color Harmonies of #E2827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2827F

Black with #E2827F

Text Example


Text Example

White with #E2827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2827F; }

 p { color: rgb(226,130,127); }

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

background-color css

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

 a { background-color: rgb(226,130,127); }

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

border-color css

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

 span { border-color: rgb(226,130,127); }

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