Html Css Color HEX #EFA2DE Lavender Rose

📋 copy color: '#EFA2DE'

red 239 ◦ green 162 ◦ blue 222

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

Shades of Lavender Rose #EFA2DE

Tints of Lavender Rose #EFA2DE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26%

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 38.36%
G = 26%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFA2DE (or 0xEFA2DE) is known color: Lavender Rose. HEX triplet: EF, A2 and DE. RGB value is (239,162,222). Sum of RGB (Red+Green+Blue) = 239+162+222=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2DE is #105D21. Grayscale: #BFBFBF. Windows color (decimal): -1072418 or 14590703. OLE color: 14590703.

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

Color convert

RGB 239 162 222 -
CMYK 0 0.32 0.07 0.06
HSL 313.25º 0.71% 0.79% -
HSV(B) 313.25º 0.32% 0.94% -
XYZ 61.7 49.47 75.4 -
YUV 191.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 239 162 222 0 0.32 0.07 0.06 313.25 0.71 0.79
Hex EF A2 DE 0 20 7 6 139 47 4F
Octal 357 242 336 0 40 7 6 471 107 117
Binary 11101111 10100010 11011110 0 100000 111 110 100111001 1000111 1001111

Color Harmonies of #EFA2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2DE

Black with #EFA2DE

Text Example


Text Example

White with #EFA2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2DE; }

 p { color: rgb(239,162,222); }

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

background-color css

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

 a { background-color: rgb(239,162,222); }

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

border-color css

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

 span { border-color: rgb(239,162,222); }

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