Html Css Color HEX #EFA7E5 Lavender Rose

📋 copy color: '#EFA7E5'

red 239 ◦ green 167 ◦ blue 229

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

Shades of Lavender Rose #EFA7E5

Tints of Lavender Rose #EFA7E5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.3%

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 37.64%
G = 26.3%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFA7E5 (or 0xEFA7E5) is known color: Lavender Rose. HEX triplet: EF, A7 and E5. RGB value is (239,167,229). Sum of RGB (Red+Green+Blue) = 239+167+229=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7E5 is #10581A. Grayscale: #C3C3C3. Windows color (decimal): -1071131 or 15050735. OLE color: 15050735.

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

Color convert

RGB 239 167 229 -
CMYK 0 0.30 0.04 0.06
HSL 308.33º 0.69% 0.8% -
HSV(B) 308.33º 0.3% 0.94% -
XYZ 63.56 51.65 80.75 -
YUV 195.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 239 167 229 0 0.30 0.04 0.06 308.33 0.69 0.8
Hex EF A7 E5 0 1E 4 6 134 45 50
Octal 357 247 345 0 36 4 6 464 105 120
Binary 11101111 10100111 11100101 0 11110 100 110 100110100 1000101 1010000

Color Harmonies of #EFA7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7E5

Black with #EFA7E5

Text Example


Text Example

White with #EFA7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7E5; }

 p { color: rgb(239,167,229); }

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

background-color css

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

 a { background-color: rgb(239,167,229); }

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

border-color css

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

 span { border-color: rgb(239,167,229); }

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