Html Css Color HEX #E993D2 Lavender Rose

📋 copy color: '#E993D2'

red 233 ◦ green 147 ◦ blue 210

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

Shades of Lavender Rose #E993D2

Tints of Lavender Rose #E993D2

RGB

 RED value IS 233 (91.41% from 255) = 39.49%

 GREEN value IS 147 (57.81% from 255) = 24.92%

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

R = 39.49%
G = 24.92%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E993D2 (or 0xE993D2) is known color: Lavender Rose. HEX triplet: E9, 93 and D2. RGB value is (233,147,210). Sum of RGB (Red+Green+Blue) = 233+147+210=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E993D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993D2 is #166C2D. Grayscale: #B3B3B3. Windows color (decimal): -1469486 or 13800425. OLE color: 13800425.

HSL color Cylindrical-coordinate representation of color #E993D2: hue angle of 316.05º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993D2 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 210 -
CMYK 0 0.37 0.10 0.09
HSL 316.05º 0.66% 0.75% -
HSV(B) 316.05º 0.37% 0.91% -
XYZ 55.67 42.84 66.31 -
YUV 179.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 233 147 210 0 0.37 0.10 0.09 316.05 0.66 0.75
Hex E9 93 D2 0 25 A 9 13C 42 4B
Octal 351 223 322 0 45 12 11 474 102 113
Binary 11101001 10010011 11010010 0 100101 1010 1001 100111100 1000010 1001011

Color Harmonies of #E993D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993D2

Black with #E993D2

Text Example


Text Example

White with #E993D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993D2; }

 p { color: rgb(233,147,210); }

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

background-color css

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

 a { background-color: rgb(233,147,210); }

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

border-color css

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

 span { border-color: rgb(233,147,210); }

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