Html Css Color HEX #EEB4D4 Lavender Pink

📋 copy color: '#EEB4D4'

red 238 ◦ green 180 ◦ blue 212

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

Shades of Lavender Pink #EEB4D4

Tints of Lavender Pink #EEB4D4

RGB

 RED value IS 238 (93.36% from 255) = 37.78%

 GREEN value IS 180 (70.7% from 255) = 28.57%

 BLUE value IS 212 (83.2% from 255) = 33.65%

R = 37.78%
G = 28.57%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEB4D4 (or 0xEEB4D4) is known color: Lavender Pink. HEX triplet: EE, B4 and D4. RGB value is (238,180,212). Sum of RGB (Red+Green+Blue) = 238+180+212=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4D4 is #114B2B. Grayscale: #C8C8C8. Windows color (decimal): -1133356 or 13939950. OLE color: 13939950.

HSL color Cylindrical-coordinate representation of color #EEB4D4: hue angle of 326.9º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4D4 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 212 -
CMYK 0 0.24 0.11 0.07
HSL 326.9º 0.63% 0.82% -
HSV(B) 326.9º 0.24% 0.93% -
XYZ 63.46 55.57 69.67 -
YUV 200.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 238 180 212 0 0.24 0.11 0.07 326.9 0.63 0.82
Hex EE B4 D4 0 18 B 7 147 3F 52
Octal 356 264 324 0 30 13 7 507 77 122
Binary 11101110 10110100 11010100 0 11000 1011 111 101000111 111111 1010010

Color Harmonies of #EEB4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB4D4

Black with #EEB4D4

Text Example


Text Example

White with #EEB4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB4D4; }

 p { color: rgb(238,180,212); }

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

background-color css

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

 a { background-color: rgb(238,180,212); }

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

border-color css

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

 span { border-color: rgb(238,180,212); }

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