Html Css Color HEX #EFA2E2 Lavender Rose

📋 copy color: '#EFA2E2'

red 239 ◦ green 162 ◦ blue 226

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

Shades of Lavender Rose #EFA2E2

Tints of Lavender Rose #EFA2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.04%

R = 38.12%
G = 25.84%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFA2E2 (or 0xEFA2E2) is known color: Lavender Rose. HEX triplet: EF, A2 and E2. RGB value is (239,162,226). Sum of RGB (Red+Green+Blue) = 239+162+226=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E2 is #105D1D. Grayscale: #C0C0C0. Windows color (decimal): -1072414 or 14852847. OLE color: 14852847.

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

Color convert

RGB 239 162 226 -
CMYK 0 0.32 0.05 0.06
HSL 310.13º 0.71% 0.79% -
HSV(B) 310.13º 0.32% 0.94% -
XYZ 62.24 49.68 78.26 -
YUV 192.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 239 162 226 0 0.32 0.05 0.06 310.13 0.71 0.79
Hex EF A2 E2 0 20 5 6 136 47 4F
Octal 357 242 342 0 40 5 6 466 107 117
Binary 11101111 10100010 11100010 0 100000 101 110 100110110 1000111 1001111

Color Harmonies of #EFA2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2E2

Black with #EFA2E2

Text Example


Text Example

White with #EFA2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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