Html Css Color HEX #E994D5 Lavender Rose

📋 copy color: '#E994D5'

red 233 ◦ green 148 ◦ blue 213

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

Shades of Lavender Rose #E994D5

Tints of Lavender Rose #E994D5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.92%

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 39.23%
G = 24.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E994D5 (or 0xE994D5) is known color: Lavender Rose. HEX triplet: E9, 94 and D5. RGB value is (233,148,213). Sum of RGB (Red+Green+Blue) = 233+148+213=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E994D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994D5 is #166B2A. Grayscale: #B4B4B4. Windows color (decimal): -1469227 or 13997289. OLE color: 13997289.

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

Color convert

RGB 233 148 213 -
CMYK 0 0.36 0.09 0.09
HSL 314.12º 0.66% 0.75% -
HSV(B) 314.12º 0.36% 0.91% -
XYZ 56.2 43.31 68.35 -
YUV 180.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 233 148 213 0 0.36 0.09 0.09 314.12 0.66 0.75
Hex E9 94 D5 0 24 9 9 13A 42 4B
Octal 351 224 325 0 44 11 11 472 102 113
Binary 11101001 10010100 11010101 0 100100 1001 1001 100111010 1000010 1001011

Color Harmonies of #E994D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E994D5

Black with #E994D5

Text Example


Text Example

White with #E994D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E994D5; }

 p { color: rgb(233,148,213); }

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

background-color css

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

 a { background-color: rgb(233,148,213); }

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

border-color css

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

 span { border-color: rgb(233,148,213); }

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