Html Css Color HEX #EF99DD Lavender Rose

📋 copy color: '#EF99DD'

red 239 ◦ green 153 ◦ blue 221

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

Shades of Lavender Rose #EF99DD

Tints of Lavender Rose #EF99DD

RGB

 RED value IS 239 (93.75% from 255) = 38.99%

 GREEN value IS 153 (60.16% from 255) = 24.96%

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 38.99%
G = 24.96%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF99DD (or 0xEF99DD) is known color: Lavender Rose. HEX triplet: EF, 99 and DD. RGB value is (239,153,221). Sum of RGB (Red+Green+Blue) = 239+153+221=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DD is #106622. Grayscale: #BABABA. Windows color (decimal): -1074723 or 14522863. OLE color: 14522863.

HSL color Cylindrical-coordinate representation of color #EF99DD: hue angle of 312.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99DD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 153 221 -
CMYK 0 0.36 0.08 0.06
HSL 312.56º 0.73% 0.77% -
HSV(B) 312.56º 0.36% 0.94% -
XYZ 60.04 46.35 74.19 -
YUV 186.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 239 153 221 0 0.36 0.08 0.06 312.56 0.73 0.77
Hex EF 99 DD 0 24 8 6 139 49 4D
Octal 357 231 335 0 44 10 6 471 111 115
Binary 11101111 10011001 11011101 0 100100 1000 110 100111001 1001001 1001101

Color Harmonies of #EF99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99DD

Black with #EF99DD

Text Example


Text Example

White with #EF99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99DD; }

 p { color: rgb(239,153,221); }

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

background-color css

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

 a { background-color: rgb(239,153,221); }

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

border-color css

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

 span { border-color: rgb(239,153,221); }

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