Html Css Color HEX #EF9ADF Lavender Rose

📋 copy color: '#EF9ADF'

red 239 ◦ green 154 ◦ blue 223

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

Shades of Lavender Rose #EF9ADF

Tints of Lavender Rose #EF9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 38.8%
G = 25%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF9ADF (or 0xEF9ADF) is known color: Lavender Rose. HEX triplet: EF, 9A and DF. RGB value is (239,154,223). Sum of RGB (Red+Green+Blue) = 239+154+223=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ADF is #106520. Grayscale: #BBBBBB. Windows color (decimal): -1074465 or 14654191. OLE color: 14654191.

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

Color convert

RGB 239 154 223 -
CMYK 0 0.36 0.07 0.06
HSL 311.29º 0.73% 0.77% -
HSV(B) 311.29º 0.36% 0.94% -
XYZ 60.47 46.79 75.66 -
YUV 187.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 239 154 223 0 0.36 0.07 0.06 311.29 0.73 0.77
Hex EF 9A DF 0 24 7 6 137 49 4D
Octal 357 232 337 0 44 7 6 467 111 115
Binary 11101111 10011010 11011111 0 100100 111 110 100110111 1001001 1001101

Color Harmonies of #EF9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ADF

Black with #EF9ADF

Text Example


Text Example

White with #EF9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ADF; }

 p { color: rgb(239,154,223); }

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

background-color css

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

 a { background-color: rgb(239,154,223); }

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

border-color css

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

 span { border-color: rgb(239,154,223); }

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