Html Css Color HEX #EFACE1 Lavender Rose

📋 copy color: '#EFACE1'

red 239 ◦ green 172 ◦ blue 225

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

Shades of Lavender Rose #EFACE1

Tints of Lavender Rose #EFACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.04%

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 37.58%
G = 27.04%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFACE1 (or 0xEFACE1) is known color: Lavender Rose. HEX triplet: EF, AC and E1. RGB value is (239,172,225). Sum of RGB (Red+Green+Blue) = 239+172+225=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE1 is #10531E. Grayscale: #C5C5C5. Windows color (decimal): -1069855 or 14789871. OLE color: 14789871.

HSL color Cylindrical-coordinate representation of color #EFACE1: hue angle of 312.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACE1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 225 -
CMYK 0 0.28 0.06 0.06
HSL 312.54º 0.68% 0.81% -
HSV(B) 312.54º 0.28% 0.94% -
XYZ 63.94 53.29 78.15 -
YUV 198.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 239 172 225 0 0.28 0.06 0.06 312.54 0.68 0.81
Hex EF AC E1 0 1C 6 6 139 44 51
Octal 357 254 341 0 34 6 6 471 104 121
Binary 11101111 10101100 11100001 0 11100 110 110 100111001 1000100 1010001

Color Harmonies of #EFACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE1

Black with #EFACE1

Text Example


Text Example

White with #EFACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE1; }

 p { color: rgb(239,172,225); }

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

background-color css

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

 a { background-color: rgb(239,172,225); }

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

border-color css

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

 span { border-color: rgb(239,172,225); }

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