Html Css Color HEX #EFA2E5 Lavender Rose

📋 copy color: '#EFA2E5'

red 239 ◦ green 162 ◦ blue 229

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

Shades of Lavender Rose #EFA2E5

Tints of Lavender Rose #EFA2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 37.94%
G = 25.71%
B = 36.35%

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

#EFA2E5 (or 0xEFA2E5) is known color: Lavender Rose. HEX triplet: EF, A2 and E5. RGB value is (239,162,229). Sum of RGB (Red+Green+Blue) = 239+162+229=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E5 is #105D1A. Grayscale: #C0C0C0. Windows color (decimal): -1072411 or 15049455. OLE color: 15049455.

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

Color convert

RGB 239 162 229 -
CMYK 0 0.32 0.04 0.06
HSL 307.79º 0.71% 0.79% -
HSV(B) 307.79º 0.32% 0.94% -
XYZ 62.66 49.85 80.45 -
YUV 192.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 239 162 229 0 0.32 0.04 0.06 307.79 0.71 0.79
Hex EF A2 E5 0 20 4 6 134 47 4F
Octal 357 242 345 0 40 4 6 464 107 117
Binary 11101111 10100010 11100101 0 100000 100 110 100110100 1000111 1001111

Color Harmonies of #EFA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2E5

Black with #EFA2E5

Text Example


Text Example

White with #EFA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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