Html Css Color HEX #EFA2EA Lavender Rose

📋 copy color: '#EFA2EA'

red 239 ◦ green 162 ◦ blue 234

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

Shades of Lavender Rose #EFA2EA

Tints of Lavender Rose #EFA2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 37.64%
G = 25.51%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFA2EA (or 0xEFA2EA) is known color: Lavender Rose. HEX triplet: EF, A2 and EA. RGB value is (239,162,234). Sum of RGB (Red+Green+Blue) = 239+162+234=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2EA is #105D15. Grayscale: #C1C1C1. Windows color (decimal): -1072406 or 15377135. OLE color: 15377135.

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

Color convert

RGB 239 162 234 -
CMYK 0 0.32 0.02 0.06
HSL 303.9º 0.71% 0.79% -
HSV(B) 303.9º 0.32% 0.94% -
XYZ 63.37 50.13 84.18 -
YUV 193.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 239 162 234 0 0.32 0.02 0.06 303.9 0.71 0.79
Hex EF A2 EA 0 20 2 6 130 47 4F
Octal 357 242 352 0 40 2 6 460 107 117
Binary 11101111 10100010 11101010 0 100000 10 110 100110000 1000111 1001111

Color Harmonies of #EFA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2EA

Black with #EFA2EA

Text Example


Text Example

White with #EFA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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