Html Css Color HEX #E993D4 Lavender Rose

📋 copy color: '#E993D4'

red 233 ◦ green 147 ◦ blue 212

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

Shades of Lavender Rose #E993D4

Tints of Lavender Rose #E993D4

RGB

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

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

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

R = 39.36%
G = 24.83%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E993D4 (or 0xE993D4) is known color: Lavender Rose. HEX triplet: E9, 93 and D4. RGB value is (233,147,212). Sum of RGB (Red+Green+Blue) = 233+147+212=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E993D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993D4 is #166C2B. Grayscale: #B3B3B3. Windows color (decimal): -1469484 or 13931497. OLE color: 13931497.

HSL color Cylindrical-coordinate representation of color #E993D4: hue angle of 314.65º 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 #E993D4 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 212 -
CMYK 0 0.37 0.09 0.09
HSL 314.65º 0.66% 0.75% -
HSV(B) 314.65º 0.37% 0.91% -
XYZ 55.92 42.94 67.63 -
YUV 180.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 233 147 212 0 0.37 0.09 0.09 314.65 0.66 0.75
Hex E9 93 D4 0 25 9 9 13B 42 4B
Octal 351 223 324 0 45 11 11 473 102 113
Binary 11101001 10010011 11010100 0 100101 1001 1001 100111011 1000010 1001011

Color Harmonies of #E993D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993D4

Black with #E993D4

Text Example


Text Example

White with #E993D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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