Html Css Color HEX #EFA2E9 Lavender Rose

📋 copy color: '#EFA2E9'

red 239 ◦ green 162 ◦ blue 233

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

Shades of Lavender Rose #EFA2E9

Tints of Lavender Rose #EFA2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 37.7%
G = 25.55%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFA2E9 (or 0xEFA2E9) is known color: Lavender Rose. HEX triplet: EF, A2 and E9. RGB value is (239,162,233). Sum of RGB (Red+Green+Blue) = 239+162+233=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2E9 is #105D16. Grayscale: #C0C0C0. Windows color (decimal): -1072407 or 15311599. OLE color: 15311599.

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

Color convert

RGB 239 162 233 -
CMYK 0 0.32 0.03 0.06
HSL 304.68º 0.71% 0.79% -
HSV(B) 304.68º 0.32% 0.94% -
XYZ 63.22 50.07 83.42 -
YUV 193.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 239 162 233 0 0.32 0.03 0.06 304.68 0.71 0.79
Hex EF A2 E9 0 20 3 6 131 47 4F
Octal 357 242 351 0 40 3 6 461 107 117
Binary 11101111 10100010 11101001 0 100000 11 110 100110001 1000111 1001111

Color Harmonies of #EFA2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2E9

Black with #EFA2E9

Text Example


Text Example

White with #EFA2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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