Html Css Color HEX #EFA8DA Lavender Rose

📋 copy color: '#EFA8DA'

red 239 ◦ green 168 ◦ blue 218

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

Shades of Lavender Rose #EFA8DA

Tints of Lavender Rose #EFA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.88%

R = 38.24%
G = 26.88%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFA8DA (or 0xEFA8DA) is known color: Lavender Rose. HEX triplet: EF, A8 and DA. RGB value is (239,168,218). Sum of RGB (Red+Green+Blue) = 239+168+218=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8DA is #105725. Grayscale: #C2C2C2. Windows color (decimal): -1070886 or 14330095. OLE color: 14330095.

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

Color convert

RGB 239 168 218 -
CMYK 0 0.30 0.09 0.06
HSL 317.75º 0.69% 0.8% -
HSV(B) 317.75º 0.3% 0.94% -
XYZ 62.25 51.42 72.97 -
YUV 194.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 239 168 218 0 0.30 0.09 0.06 317.75 0.69 0.8
Hex EF A8 DA 0 1E 9 6 13E 45 50
Octal 357 250 332 0 36 11 6 476 105 120
Binary 11101111 10101000 11011010 0 11110 1001 110 100111110 1000101 1010000

Color Harmonies of #EFA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8DA

Black with #EFA8DA

Text Example


Text Example

White with #EFA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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