Html Css Color HEX #EFA2DA Lavender Rose

📋 copy color: '#EFA2DA'

red 239 ◦ green 162 ◦ blue 218

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

Shades of Lavender Rose #EFA2DA

Tints of Lavender Rose #EFA2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 38.61%
G = 26.17%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFA2DA (or 0xEFA2DA) is known color: Lavender Rose. HEX triplet: EF, A2 and DA. RGB value is (239,162,218). Sum of RGB (Red+Green+Blue) = 239+162+218=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2DA is #105D25. Grayscale: #BFBFBF. Windows color (decimal): -1072422 or 14328559. OLE color: 14328559.

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

Color convert

RGB 239 162 218 -
CMYK 0 0.32 0.09 0.06
HSL 316.36º 0.71% 0.79% -
HSV(B) 316.36º 0.32% 0.94% -
XYZ 61.17 49.25 72.61 -
YUV 191.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 239 162 218 0 0.32 0.09 0.06 316.36 0.71 0.79
Hex EF A2 DA 0 20 9 6 13C 47 4F
Octal 357 242 332 0 40 11 6 474 107 117
Binary 11101111 10100010 11011010 0 100000 1001 110 100111100 1000111 1001111

Color Harmonies of #EFA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2DA

Black with #EFA2DA

Text Example


Text Example

White with #EFA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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