Html Css Color HEX #EFA4CC Lavender Pink

📋 copy color: '#EFA4CC'

red 239 ◦ green 164 ◦ blue 204

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

Shades of Lavender Pink #EFA4CC

Tints of Lavender Pink #EFA4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.02%

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

R = 39.37%
G = 27.02%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFA4CC (or 0xEFA4CC) is known color: Lavender Pink. HEX triplet: EF, A4 and CC. RGB value is (239,164,204). Sum of RGB (Red+Green+Blue) = 239+164+204=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CC is #105B33. Grayscale: #BEBEBE. Windows color (decimal): -1071924 or 13411567. OLE color: 13411567.

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

Color convert

RGB 239 164 204 -
CMYK 0 0.31 0.15 0.06
HSL 328º 0.7% 0.79% -
HSV(B) 328º 0.31% 0.94% -
XYZ 59.77 49.26 63.48 -
YUV 190.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 239 164 204 0 0.31 0.15 0.06 328 0.7 0.79
Hex EF A4 CC 0 1F F 6 148 46 4F
Octal 357 244 314 0 37 17 6 510 106 117
Binary 11101111 10100100 11001100 0 11111 1111 110 101001000 1000110 1001111

Color Harmonies of #EFA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4CC

Black with #EFA4CC

Text Example


Text Example

White with #EFA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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