Html Css Color HEX #EADEE5 Pig Pink

📋 copy color: '#EADEE5'

red 234 ◦ green 222 ◦ blue 229

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

Shades of Pig Pink #EADEE5

Tints of Pig Pink #EADEE5

RGB

 RED value IS 234 (91.8% from 255) = 34.16%

 GREEN value IS 222 (87.11% from 255) = 32.41%

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 34.16%
G = 32.41%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EADEE5 (or 0xEADEE5) is known color: Pig Pink. HEX triplet: EA, DE and E5. RGB value is (234,222,229). Sum of RGB (Red+Green+Blue) = 234+222+229=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE5 is #15211A. Grayscale: #E2E2E2. Windows color (decimal): -1384731 or 15064810. OLE color: 15064810.

HSL color Cylindrical-coordinate representation of color #EADEE5: hue angle of 325º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 229 -
CMYK 0 0.05 0.02 0.08
HSL 325º 0.22% 0.89% -
HSV(B) 325º 0.05% 0.92% -
XYZ 74.2 75.39 84.77 -
YUV 226.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 234 222 229 0 0.05 0.02 0.08 325 0.22 0.89
Hex EA DE E5 0 5 2 8 145 16 59
Octal 352 336 345 0 5 2 10 505 26 131
Binary 11101010 11011110 11100101 0 101 10 1000 101000101 10110 1011001

Color Harmonies of #EADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADEE5

Black with #EADEE5

Text Example


Text Example

White with #EADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADEE5; }

 p { color: rgb(234,222,229); }

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

background-color css

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

 a { background-color: rgb(234,222,229); }

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

border-color css

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

 span { border-color: rgb(234,222,229); }

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