Html Css Color HEX #EF93DC Lavender Rose

📋 copy color: '#EF93DC'

red 239 ◦ green 147 ◦ blue 220

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

Shades of Lavender Rose #EF93DC

Tints of Lavender Rose #EF93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 39.44%
G = 24.26%
B = 36.3%

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

#EF93DC (or 0xEF93DC) is known color: Lavender Rose. HEX triplet: EF, 93 and DC. RGB value is (239,147,220). Sum of RGB (Red+Green+Blue) = 239+147+220=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93DC is #106C23. Grayscale: #B6B6B6. Windows color (decimal): -1076260 or 14455791. OLE color: 14455791.

HSL color Cylindrical-coordinate representation of color #EF93DC: hue angle of 312.39º 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 #EF93DC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 220 -
CMYK 0 0.38 0.08 0.06
HSL 312.39º 0.74% 0.76% -
HSV(B) 312.39º 0.38% 0.94% -
XYZ 58.95 44.39 73.17 -
YUV 182.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 239 147 220 0 0.38 0.08 0.06 312.39 0.74 0.76
Hex EF 93 DC 0 26 8 6 138 4A 4C
Octal 357 223 334 0 46 10 6 470 112 114
Binary 11101111 10010011 11011100 0 100110 1000 110 100111000 1001010 1001100

Color Harmonies of #EF93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93DC

Black with #EF93DC

Text Example


Text Example

White with #EF93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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