Html Css Color HEX #E7ADCA Lavender Pink

📋 copy color: '#E7ADCA'

red 231 ◦ green 173 ◦ blue 202

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

Shades of Lavender Pink #E7ADCA

Tints of Lavender Pink #E7ADCA

RGB

 RED value IS 231 (90.63% from 255) = 38.12%

 GREEN value IS 173 (67.97% from 255) = 28.55%

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 38.12%
G = 28.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7ADCA (or 0xE7ADCA) is known color: Lavender Pink. HEX triplet: E7, AD and CA. RGB value is (231,173,202). Sum of RGB (Red+Green+Blue) = 231+173+202=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADCA is #185235. Grayscale: #C1C1C1. Windows color (decimal): -1593910 or 13282791. OLE color: 13282791.

HSL color Cylindrical-coordinate representation of color #E7ADCA: hue angle of 330º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADCA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 173 202 -
CMYK 0 0.25 0.13 0.09
HSL 330º 0.55% 0.79% -
HSV(B) 330º 0.25% 0.91% -
XYZ 58.56 51.14 62.66 -
YUV 193.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 231 173 202 0 0.25 0.13 0.09 330 0.55 0.79
Hex E7 AD CA 0 19 D 9 14A 37 4F
Octal 347 255 312 0 31 15 11 512 67 117
Binary 11100111 10101101 11001010 0 11001 1101 1001 101001010 110111 1001111

Color Harmonies of #E7ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ADCA

Black with #E7ADCA

Text Example


Text Example

White with #E7ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ADCA; }

 p { color: rgb(231,173,202); }

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

background-color css

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

 a { background-color: rgb(231,173,202); }

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

border-color css

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

 span { border-color: rgb(231,173,202); }

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