Html Css Color HEX #EF93D6 Lavender Rose

📋 copy color: '#EF93D6'

red 239 ◦ green 147 ◦ blue 214

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

Shades of Lavender Rose #EF93D6

Tints of Lavender Rose #EF93D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 39.83%
G = 24.5%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF93D6 (or 0xEF93D6) is known color: Lavender Rose. HEX triplet: EF, 93 and D6. RGB value is (239,147,214). Sum of RGB (Red+Green+Blue) = 239+147+214=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93D6 is #106C29. Grayscale: #B5B5B5. Windows color (decimal): -1076266 or 14062575. OLE color: 14062575.

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

Color convert

RGB 239 147 214 -
CMYK 0 0.38 0.10 0.06
HSL 316.3º 0.74% 0.76% -
HSV(B) 316.3º 0.38% 0.94% -
XYZ 58.17 44.07 69.06 -
YUV 182.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 239 147 214 0 0.38 0.10 0.06 316.3 0.74 0.76
Hex EF 93 D6 0 26 A 6 13C 4A 4C
Octal 357 223 326 0 46 12 6 474 112 114
Binary 11101111 10010011 11010110 0 100110 1010 110 100111100 1001010 1001100

Color Harmonies of #EF93D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93D6

Black with #EF93D6

Text Example


Text Example

White with #EF93D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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