Html Css Color HEX #EF94DC Lavender Rose

📋 copy color: '#EF94DC'

red 239 ◦ green 148 ◦ blue 220

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

Shades of Lavender Rose #EF94DC

Tints of Lavender Rose #EF94DC

RGB

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

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

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

R = 39.37%
G = 24.38%
B = 36.24%

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

#EF94DC (or 0xEF94DC) is known color: Lavender Rose. HEX triplet: EF, 94 and DC. RGB value is (239,148,220). Sum of RGB (Red+Green+Blue) = 239+148+220=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94DC is #106B23. Grayscale: #B7B7B7. Windows color (decimal): -1076004 or 14456047. OLE color: 14456047.

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

Color convert

RGB 239 148 220 -
CMYK 0 0.38 0.08 0.06
HSL 312.53º 0.74% 0.76% -
HSV(B) 312.53º 0.38% 0.94% -
XYZ 59.1 44.7 73.22 -
YUV 183.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 239 148 220 0 0.38 0.08 0.06 312.53 0.74 0.76
Hex EF 94 DC 0 26 8 6 139 4A 4C
Octal 357 224 334 0 46 10 6 471 112 114
Binary 11101111 10010100 11011100 0 100110 1000 110 100111001 1001010 1001100

Color Harmonies of #EF94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF94DC

Black with #EF94DC

Text Example


Text Example

White with #EF94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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