Html Css Color HEX #EEA1D4 Lavender Rose

📋 copy color: '#EEA1D4'

red 238 ◦ green 161 ◦ blue 212

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

Shades of Lavender Rose #EEA1D4

Tints of Lavender Rose #EEA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.35%

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

R = 38.95%
G = 26.35%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEA1D4 (or 0xEEA1D4) is known color: Lavender Rose. HEX triplet: EE, A1 and D4. RGB value is (238,161,212). Sum of RGB (Red+Green+Blue) = 238+161+212=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1D4 is #115E2B. Grayscale: #BDBDBD. Windows color (decimal): -1138220 or 13935086. OLE color: 13935086.

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

Color convert

RGB 238 161 212 -
CMYK 0 0.32 0.11 0.07
HSL 320.26º 0.69% 0.78% -
HSV(B) 320.26º 0.32% 0.93% -
XYZ 59.89 48.42 68.48 -
YUV 189.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 238 161 212 0 0.32 0.11 0.07 320.26 0.69 0.78
Hex EE A1 D4 0 20 B 7 140 45 4E
Octal 356 241 324 0 40 13 7 500 105 116
Binary 11101110 10100001 11010100 0 100000 1011 111 101000000 1000101 1001110

Color Harmonies of #EEA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1D4

Black with #EEA1D4

Text Example


Text Example

White with #EEA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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