Html Css Color HEX #EFA2E1 Lavender Rose

📋 copy color: '#EFA2E1'

red 239 ◦ green 162 ◦ blue 225

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

Shades of Lavender Rose #EFA2E1

Tints of Lavender Rose #EFA2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.94%

R = 38.18%
G = 25.88%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFA2E1 (or 0xEFA2E1) is known color: Lavender Rose. HEX triplet: EF, A2 and E1. RGB value is (239,162,225). Sum of RGB (Red+Green+Blue) = 239+162+225=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E1 is #105D1E. Grayscale: #C0C0C0. Windows color (decimal): -1072415 or 14787311. OLE color: 14787311.

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

Color convert

RGB 239 162 225 -
CMYK 0 0.32 0.06 0.06
HSL 310.91º 0.71% 0.79% -
HSV(B) 310.91º 0.32% 0.94% -
XYZ 62.11 49.63 77.54 -
YUV 192.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 239 162 225 0 0.32 0.06 0.06 310.91 0.71 0.79
Hex EF A2 E1 0 20 6 6 137 47 4F
Octal 357 242 341 0 40 6 6 467 107 117
Binary 11101111 10100010 11100001 0 100000 110 110 100110111 1000111 1001111

Color Harmonies of #EFA2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2E1

Black with #EFA2E1

Text Example


Text Example

White with #EFA2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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