Html Css Color HEX #E1827D Sea Pink

📋 copy color: '#E1827D'

red 225 ◦ green 130 ◦ blue 125

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

Shades of Sea Pink #E1827D

Tints of Sea Pink #E1827D

RGB

 RED value IS 225 (88.28% from 255) = 46.88%

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

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

R = 46.88%
G = 27.08%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1827D (or 0xE1827D) is known color: Sea Pink. HEX triplet: E1, 82 and 7D. RGB value is (225,130,125). Sum of RGB (Red+Green+Blue) = 225+130+125=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1827D is #1E7D82. Grayscale: #9D9D9D. Windows color (decimal): -1998211 or 8225505. OLE color: 8225505.

HSL color Cylindrical-coordinate representation of color #E1827D: hue angle of 3º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1827D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 125 -
CMYK 0 0.42 0.44 0.12
HSL 0.63% 0.69% -
HSV(B) 0.44% 0.88% -
XYZ 42.74 33.45 23.61 -
YUV 157.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 225 130 125 0 0.42 0.44 0.12 3 0.63 0.69
Hex E1 82 7D 0 2A 2C C 3 3E 45
Octal 341 202 175 0 52 54 14 3 76 105
Binary 11100001 10000010 1111101 0 101010 101100 1100 11 111110 1000101

Color Harmonies of #E1827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1827D

Black with #E1827D

Text Example


Text Example

White with #E1827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1827D; }

 p { color: rgb(225,130,125); }

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

background-color css

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

 a { background-color: rgb(225,130,125); }

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

border-color css

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

 span { border-color: rgb(225,130,125); }

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