Html Css Color HEX #EF9CDD Lavender Rose

📋 copy color: '#EF9CDD'

red 239 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #EF9CDD

Tints of Lavender Rose #EF9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.32%

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

R = 38.8%
G = 25.32%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF9CDD (or 0xEF9CDD) is known color: Lavender Rose. HEX triplet: EF, 9C and DD. RGB value is (239,156,221). Sum of RGB (Red+Green+Blue) = 239+156+221=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDD is #106322. Grayscale: #BCBCBC. Windows color (decimal): -1073955 or 14523631. OLE color: 14523631.

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

Color convert

RGB 239 156 221 -
CMYK 0 0.35 0.08 0.06
HSL 313.01º 0.72% 0.77% -
HSV(B) 313.01º 0.35% 0.94% -
XYZ 60.54 47.35 74.36 -
YUV 188.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 239 156 221 0 0.35 0.08 0.06 313.01 0.72 0.77
Hex EF 9C DD 0 23 8 6 139 48 4D
Octal 357 234 335 0 43 10 6 471 110 115
Binary 11101111 10011100 11011101 0 100011 1000 110 100111001 1001000 1001101

Color Harmonies of #EF9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9CDD

Black with #EF9CDD

Text Example


Text Example

White with #EF9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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