Html Css Color HEX #EFA2CC Lavender Pink

📋 copy color: '#EFA2CC'

red 239 ◦ green 162 ◦ blue 204

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

Shades of Lavender Pink #EFA2CC

Tints of Lavender Pink #EFA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.78%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 39.5%
G = 26.78%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFA2CC (or 0xEFA2CC) is known color: Lavender Pink. HEX triplet: EF, A2 and CC. RGB value is (239,162,204). Sum of RGB (Red+Green+Blue) = 239+162+204=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2CC is #105D33. Grayscale: #BDBDBD. Windows color (decimal): -1072436 or 13411055. OLE color: 13411055.

HSL color Cylindrical-coordinate representation of color #EFA2CC: hue angle of 327.27º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2CC is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 204 -
CMYK 0 0.32 0.15 0.06
HSL 327.27º 0.71% 0.79% -
HSV(B) 327.27º 0.32% 0.94% -
XYZ 59.42 48.55 63.37 -
YUV 189.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 239 162 204 0 0.32 0.15 0.06 327.27 0.71 0.79
Hex EF A2 CC 0 20 F 6 147 47 4F
Octal 357 242 314 0 40 17 6 507 107 117
Binary 11101111 10100010 11001100 0 100000 1111 110 101000111 1000111 1001111

Color Harmonies of #EFA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2CC

Black with #EFA2CC

Text Example


Text Example

White with #EFA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2CC; }

 p { color: rgb(239,162,204); }

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

background-color css

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

 a { background-color: rgb(239,162,204); }

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

border-color css

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

 span { border-color: rgb(239,162,204); }

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