Html Css Color HEX #EFA6E4 Lavender Rose

📋 copy color: '#EFA6E4'

red 239 ◦ green 166 ◦ blue 228

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

Shades of Lavender Rose #EFA6E4

Tints of Lavender Rose #EFA6E4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.22%

 BLUE value IS 228 (89.45% from 255) = 36.02%

R = 37.76%
G = 26.22%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFA6E4 (or 0xEFA6E4) is known color: Lavender Rose. HEX triplet: EF, A6 and E4. RGB value is (239,166,228). Sum of RGB (Red+Green+Blue) = 239+166+228=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6E4 is #10591B. Grayscale: #C2C2C2. Windows color (decimal): -1071388 or 14984943. OLE color: 14984943.

HSL color Cylindrical-coordinate representation of color #EFA6E4: hue angle of 309.04º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6E4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 228 -
CMYK 0 0.31 0.05 0.06
HSL 309.04º 0.7% 0.79% -
HSV(B) 309.04º 0.31% 0.94% -
XYZ 63.24 51.22 79.95 -
YUV 194.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 239 166 228 0 0.31 0.05 0.06 309.04 0.7 0.79
Hex EF A6 E4 0 1F 5 6 135 46 4F
Octal 357 246 344 0 37 5 6 465 106 117
Binary 11101111 10100110 11100100 0 11111 101 110 100110101 1000110 1001111

Color Harmonies of #EFA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6E4

Black with #EFA6E4

Text Example


Text Example

White with #EFA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6E4; }

 p { color: rgb(239,166,228); }

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

background-color css

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

 a { background-color: rgb(239,166,228); }

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

border-color css

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

 span { border-color: rgb(239,166,228); }

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