Html Css Color HEX #EFACE2 Lavender Rose

📋 copy color: '#EFACE2'

red 239 ◦ green 172 ◦ blue 226

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

Shades of Lavender Rose #EFACE2

Tints of Lavender Rose #EFACE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.48%

R = 37.52%
G = 27%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFACE2 (or 0xEFACE2) is known color: Lavender Rose. HEX triplet: EF, AC and E2. RGB value is (239,172,226). Sum of RGB (Red+Green+Blue) = 239+172+226=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE2 is #10531D. Grayscale: #C6C6C6. Windows color (decimal): -1069854 or 14855407. OLE color: 14855407.

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

Color convert

RGB 239 172 226 -
CMYK 0 0.28 0.05 0.06
HSL 311.64º 0.68% 0.81% -
HSV(B) 311.64º 0.28% 0.94% -
XYZ 64.08 53.35 78.87 -
YUV 198.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 239 172 226 0 0.28 0.05 0.06 311.64 0.68 0.81
Hex EF AC E2 0 1C 5 6 138 44 51
Octal 357 254 342 0 34 5 6 470 104 121
Binary 11101111 10101100 11100010 0 11100 101 110 100111000 1000100 1010001

Color Harmonies of #EFACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACE2

Black with #EFACE2

Text Example


Text Example

White with #EFACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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