Html Css Color HEX #EFA8EA Lavender Rose

📋 copy color: '#EFA8EA'

red 239 ◦ green 168 ◦ blue 234

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

Shades of Lavender Rose #EFA8EA

Tints of Lavender Rose #EFA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.21%

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

R = 37.29%
G = 26.21%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFA8EA (or 0xEFA8EA) is known color: Lavender Rose. HEX triplet: EF, A8 and EA. RGB value is (239,168,234). Sum of RGB (Red+Green+Blue) = 239+168+234=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EA is #105715. Grayscale: #C4C4C4. Windows color (decimal): -1070870 or 15378671. OLE color: 15378671.

HSL color Cylindrical-coordinate representation of color #EFA8EA: hue angle of 304.23º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8EA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 234 -
CMYK 0 0.30 0.02 0.06
HSL 304.23º 0.69% 0.8% -
HSV(B) 304.23º 0.3% 0.94% -
XYZ 64.45 52.3 84.54 -
YUV 196.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 239 168 234 0 0.30 0.02 0.06 304.23 0.69 0.8
Hex EF A8 EA 0 1E 2 6 130 45 50
Octal 357 250 352 0 36 2 6 460 105 120
Binary 11101111 10101000 11101010 0 11110 10 110 100110000 1000101 1010000

Color Harmonies of #EFA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8EA

Black with #EFA8EA

Text Example


Text Example

White with #EFA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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