Html Css Color HEX #EE94D2 Lavender Rose

📋 copy color: '#EE94D2'

red 238 ◦ green 148 ◦ blue 210

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

Shades of Lavender Rose #EE94D2

Tints of Lavender Rose #EE94D2

RGB

 RED value IS 238 (93.36% from 255) = 39.93%

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

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

R = 39.93%
G = 24.83%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE94D2 (or 0xEE94D2) is known color: Lavender Rose. HEX triplet: EE, 94 and D2. RGB value is (238,148,210). Sum of RGB (Red+Green+Blue) = 238+148+210=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94D2 is #116B2D. Grayscale: #B5B5B5. Windows color (decimal): -1141550 or 13800686. OLE color: 13800686.

HSL color Cylindrical-coordinate representation of color #EE94D2: hue angle of 318.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94D2 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 210 -
CMYK 0 0.38 0.12 0.07
HSL 318.67º 0.73% 0.76% -
HSV(B) 318.67º 0.38% 0.93% -
XYZ 57.48 44.01 66.44 -
YUV 181.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 238 148 210 0 0.38 0.12 0.07 318.67 0.73 0.76
Hex EE 94 D2 0 26 C 7 13F 49 4C
Octal 356 224 322 0 46 14 7 477 111 114
Binary 11101110 10010100 11010010 0 100110 1100 111 100111111 1001001 1001100

Color Harmonies of #EE94D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94D2

Black with #EE94D2

Text Example


Text Example

White with #EE94D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94D2; }

 p { color: rgb(238,148,210); }

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

background-color css

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

 a { background-color: rgb(238,148,210); }

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

border-color css

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

 span { border-color: rgb(238,148,210); }

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