Html Css Color HEX #E2827A Sea Pink

📋 copy color: '#E2827A'

red 226 ◦ green 130 ◦ blue 122

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

Shades of Sea Pink #E2827A

Tints of Sea Pink #E2827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 47.28%
G = 27.2%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2827A (or 0xE2827A) is known color: Sea Pink. HEX triplet: E2, 82 and 7A. RGB value is (226,130,122). Sum of RGB (Red+Green+Blue) = 226+130+122=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2827A is #1D7D85. Grayscale: #9D9D9D. Windows color (decimal): -1932678 or 8028898. OLE color: 8028898.

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

Color convert

RGB 226 130 122 -
CMYK 0 0.42 0.46 0.11
HSL 4.62º 0.64% 0.68% -
HSV(B) 4.62º 0.46% 0.89% -
XYZ 42.86 33.54 22.63 -
YUV 157.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 226 130 122 0 0.42 0.46 0.11 4.62 0.64 0.68
Hex E2 82 7A 0 2A 2E B 5 40 44
Octal 342 202 172 0 52 56 13 5 100 104
Binary 11100010 10000010 1111010 0 101010 101110 1011 101 1000000 1000100

Color Harmonies of #E2827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2827A

Black with #E2827A

Text Example


Text Example

White with #E2827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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