Html Css Color HEX #EFA2E6 Lavender Rose

📋 copy color: '#EFA2E6'

red 239 ◦ green 162 ◦ blue 230

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

Shades of Lavender Rose #EFA2E6

Tints of Lavender Rose #EFA2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 37.88%
G = 25.67%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFA2E6 (or 0xEFA2E6) is known color: Lavender Rose. HEX triplet: EF, A2 and E6. RGB value is (239,162,230). Sum of RGB (Red+Green+Blue) = 239+162+230=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2E6 is #105D19. Grayscale: #C0C0C0. Windows color (decimal): -1072410 or 15114991. OLE color: 15114991.

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

Color convert

RGB 239 162 230 -
CMYK 0 0.32 0.04 0.06
HSL 307.01º 0.71% 0.79% -
HSV(B) 307.01º 0.32% 0.94% -
XYZ 62.8 49.9 81.19 -
YUV 192.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 239 162 230 0 0.32 0.04 0.06 307.01 0.71 0.79
Hex EF A2 E6 0 20 4 6 133 47 4F
Octal 357 242 346 0 40 4 6 463 107 117
Binary 11101111 10100010 11100110 0 100000 100 110 100110011 1000111 1001111

Color Harmonies of #EFA2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2E6

Black with #EFA2E6

Text Example


Text Example

White with #EFA2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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