Html Css Color HEX #EF93DD Lavender Rose

📋 copy color: '#EF93DD'

red 239 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #EF93DD

Tints of Lavender Rose #EF93DD

RGB

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

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

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

R = 39.37%
G = 24.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF93DD (or 0xEF93DD) is known color: Lavender Rose. HEX triplet: EF, 93 and DD. RGB value is (239,147,221). Sum of RGB (Red+Green+Blue) = 239+147+221=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93DD is #106C22. Grayscale: #B6B6B6. Windows color (decimal): -1076259 or 14521327. OLE color: 14521327.

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

Color convert

RGB 239 147 221 -
CMYK 0 0.38 0.08 0.06
HSL 311.74º 0.74% 0.76% -
HSV(B) 311.74º 0.38% 0.94% -
XYZ 59.08 44.44 73.87 -
YUV 182.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 239 147 221 0 0.38 0.08 0.06 311.74 0.74 0.76
Hex EF 93 DD 0 26 8 6 138 4A 4C
Octal 357 223 335 0 46 10 6 470 112 114
Binary 11101111 10010011 11011101 0 100110 1000 110 100111000 1001010 1001100

Color Harmonies of #EF93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93DD

Black with #EF93DD

Text Example


Text Example

White with #EF93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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