Html Css Color HEX #EFAFEF Plum

📋 copy color: '#EFAFEF'

red 239 ◦ green 175 ◦ blue 239

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

Shades of Plum #EFAFEF

Tints of Plum #EFAFEF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.8%

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 36.6%
G = 26.8%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFAFEF (or 0xEFAFEF) is known color: Plum. HEX triplet: EF, AF and EF. RGB value is (239,175,239). Sum of RGB (Red+Green+Blue) = 239+175+239=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFAFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFEF is #105010. Grayscale: #C9C9C9. Windows color (decimal): -1069073 or 15708143. OLE color: 15708143.

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

Color convert

RGB 239 175 239 -
CMYK 0 0.27 0 0.06
HSL 300º 0.67% 0.81% -
HSV(B) 300º 0.27% 0.94% -
XYZ 66.51 55.24 88.82 -
YUV 201.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 239 175 239 0 0.27 0 0.06 300 0.67 0.81
Hex EF AF EF 0 1B 0 6 12C 43 51
Octal 357 257 357 0 33 0 6 454 103 121
Binary 11101111 10101111 11101111 0 11011 0 110 100101100 1000011 1010001

Color Harmonies of #EFAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFEF

Black with #EFAFEF

Text Example


Text Example

White with #EFAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFEF; }

 p { color: rgb(239,175,239); }

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

background-color css

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

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

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

border-color css

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

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

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