Html Css Color HEX #E6A2D2 Lavender Rose

📋 copy color: '#E6A2D2'

red 230 ◦ green 162 ◦ blue 210

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

Shades of Lavender Rose #E6A2D2

Tints of Lavender Rose #E6A2D2

RGB

 RED value IS 230 (90.23% from 255) = 38.21%

 GREEN value IS 162 (63.67% from 255) = 26.91%

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 38.21%
G = 26.91%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E6A2D2 (or 0xE6A2D2) is known color: Lavender Rose. HEX triplet: E6, A2 and D2. RGB value is (230,162,210). Sum of RGB (Red+Green+Blue) = 230+162+210=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A2D2 is #195D2D. Grayscale: #BBBBBB. Windows color (decimal): -1662254 or 13804262. OLE color: 13804262.

HSL color Cylindrical-coordinate representation of color #E6A2D2: hue angle of 317.65º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A2D2 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 210 -
CMYK 0 0.30 0.09 0.10
HSL 317.65º 0.58% 0.77% -
HSV(B) 317.65º 0.3% 0.9% -
XYZ 57.19 47.32 67.09 -
YUV 187.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 230 162 210 0 0.30 0.09 0.10 317.65 0.58 0.77
Hex E6 A2 D2 0 1E 9 A 13E 3A 4D
Octal 346 242 322 0 36 11 12 476 72 115
Binary 11100110 10100010 11010010 0 11110 1001 1010 100111110 111010 1001101

Color Harmonies of #E6A2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A2D2

Black with #E6A2D2

Text Example


Text Example

White with #E6A2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A2D2; }

 p { color: rgb(230,162,210); }

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

background-color css

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

 a { background-color: rgb(230,162,210); }

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

border-color css

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

 span { border-color: rgb(230,162,210); }

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