Html Css Color HEX #EADDE4 Pig Pink

📋 copy color: '#EADDE4'

red 234 ◦ green 221 ◦ blue 228

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

Shades of Pig Pink #EADDE4

Tints of Pig Pink #EADDE4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.36%

 BLUE value IS 228 (89.45% from 255) = 33.38%

R = 34.26%
G = 32.36%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EADDE4 (or 0xEADDE4) is known color: Pig Pink. HEX triplet: EA, DD and E4. RGB value is (234,221,228). Sum of RGB (Red+Green+Blue) = 234+221+228=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE4 is #15221B. Grayscale: #E1E1E1. Windows color (decimal): -1384988 or 14999018. OLE color: 14999018.

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

Color convert

RGB 234 221 228 -
CMYK 0 0.06 0.03 0.08
HSL 327.69º 0.24% 0.89% -
HSV(B) 327.69º 0.06% 0.92% -
XYZ 73.79 74.81 83.95 -
YUV 225.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 234 221 228 0 0.06 0.03 0.08 327.69 0.24 0.89
Hex EA DD E4 0 6 3 8 148 18 59
Octal 352 335 344 0 6 3 10 510 30 131
Binary 11101010 11011101 11100100 0 110 11 1000 101001000 11000 1011001

Color Harmonies of #EADDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE4

Black with #EADDE4

Text Example


Text Example

White with #EADDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE4; }

 p { color: rgb(234,221,228); }

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

background-color css

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

 a { background-color: rgb(234,221,228); }

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

border-color css

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

 span { border-color: rgb(234,221,228); }

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