Html Css Color HEX #EFA2D5 Lavender Rose

📋 copy color: '#EFA2D5'

red 239 ◦ green 162 ◦ blue 213

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

Shades of Lavender Rose #EFA2D5

Tints of Lavender Rose #EFA2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 38.93%
G = 26.38%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFA2D5 (or 0xEFA2D5) is known color: Lavender Rose. HEX triplet: EF, A2 and D5. RGB value is (239,162,213). Sum of RGB (Red+Green+Blue) = 239+162+213=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2D5 is #105D2A. Grayscale: #BEBEBE. Windows color (decimal): -1072427 or 14000879. OLE color: 14000879.

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

Color convert

RGB 239 162 213 -
CMYK 0 0.32 0.11 0.06
HSL 320.26º 0.71% 0.79% -
HSV(B) 320.26º 0.32% 0.94% -
XYZ 60.53 49 69.22 -
YUV 190.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 239 162 213 0 0.32 0.11 0.06 320.26 0.71 0.79
Hex EF A2 D5 0 20 B 6 140 47 4F
Octal 357 242 325 0 40 13 6 500 107 117
Binary 11101111 10100010 11010101 0 100000 1011 110 101000000 1000111 1001111

Color Harmonies of #EFA2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2D5

Black with #EFA2D5

Text Example


Text Example

White with #EFA2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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